Ok, I have a quick hack but I'll see if I can clean and complete it. It will take some time as it's not a critical issue for me right now. Regards. On Wed, Mar 10, 2021 at 8:34 AM Sylvain Bougerel sylvain.bougerel@gmail.com wrote: Hi Dario, Thanks for the notification, I have not updated the library for a while now, and I definitely should but do not have much time. Would you like to do it? Regards, Sylvain On Sat, Mar 6, 2021 at 11:07 PM Dario Mariani via Spatial-main spatial-main@lists.sourceforge.net...
C++20 std::allocator::rebind is deprecated
Fixed a warning of indentation on gcc
Unification of kth, depth and dim requires more...
Update in comments
Fixed seed for mapping performance
minor optimisation on region_first
Small improvement on equal_iterators
Used dynamic rank in ordered_performance
Made use of Dynamic_rank for performance compar...
Adding total to equal_performance.cpp
Updated TODO and fixed the seed for neighbor it...
Added a total counter to region_performance.cpp
Adding the kth (depth) based dimension to regio...
For ordered iterator, depth rather than dim is ...
Added a performance test specifically for min/m...
Adding total count to the runs for ordered perf...
Added O2 optimisation for Debug build
Added a test to the random distribution, just i...
Removed the fixed seed from mapping performance
Optimisation modifications
Change dim for depth in iterators
Change dim for depth in iterators
Done, pending next release.
Done. Simply here for tracking
Remove unnecessary container_traits and metric_traits
Remove unnecessary container_traits and metric_traits
Updated changelog and documentation for 2.2.0
Updated changelog and documentation for 2.1.9
Fix an issue on equal_iterator.hpp
Fixed some issue with erasure of keys in kdtree...
Improved performance of region iterator. Gotta ...
Cleaned up region iterator, removed the useless...
Updated TODO list
Fixed seed for region performance tests
Replaced dim -> depth in one function: readabil...
spatial_assign.hpp is completely removed for th...
Getting rid of traits (they serve no purpose) a...
Testing last, increment, decrement equal iterat...
Small update on depth counter
Fixed random seed for erase_performance.cpp
Added an equal_performance test for measurement
Rearranged the way equal iterator is declared t...
Fixed some misplaced includes highlighted by a ...
Find performance now gets a fixed seed
Merge branch 'master' of ssh://git.code.sf.net/...
Updated the description on the build choosen in...
Updated the documentation's references.
Merge branch 'master' of ssh://git.code.sf.net/...
Compilation of verify made pedantic everywhere
Change region_iterator to use pre-order
Change region_iterator to use pre-order
Optimize ordered_iterator like the rest
Fixed for the next update.
Increased the performance of ordered_iterator b...
Optimize ordered_iterator like the rest
Update README.md
KeyCompare is a user-defined type which size ca...
Update to readme file
Added ordered_performance.cpp to track improvem...
Update README.md
Update README.md
Update readme for github
Merge branch 'master' into github-master to syn...
Initial commit
Merge pull request #1 from sbougerel/github-master
Test
Update README.md
Merge pull request #2 from sbougerel/github-master
Update README.md
More General Documentation
Create Examples
Optimize ordered_iterator like the rest
Default constructor in spatial::accessor_less causes compile error
Fixed in 2.1.8
Missing include in *box*.hpp
Fixed in 2.1.8
Optimize ordered_iterator like the rest
Create Examples
Added a notice in TODO for future unit tests
Added the unit tes for equal and less operators...
Version 2.1.8:
Fixed ticket \#6.
Splitting all verification into independant com...
Fixed ticket \#5 from Michał Garapich. Working ...
Moved the performance tests into the tests fold...
Added the modifications to help VC++ compile wi...
More General Documentation
Default constructor in spatial::accessor_less causes compile error
Missing include in *box*.hpp
Performance Demonstration
Enough performance works for now. Closed to re-open more targetted tasks.
Missing include in *box*.hpp
Thanks Michal for the report. I've been working on algorithms performance for the...
Preparing the release, following documentation ...
Spheric performance is now successful