-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cppcore: implement memoization once for all features (#323)
* use template to reduce duplication in getMapData * update imports in test_cppcore.py * cppcore: perform memoization once for all features * getFeature to use templates to reduce duplication * DBG: add gcc --version to ci * Set C++17 standard * don't install gcc manually * tell ci to use Ubuntu22.04 * enable warnings, remove unused variables * move getMapData implementations to cfeature.cpp
- Loading branch information
Showing
16 changed files
with
187 additions
and
1,070 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.