v2.1#11
Merged
Merged
Conversation
-The modules *charconv* and *format* are now deprecated. They are still available, but moved to the *legacy* folder. Indeed, while I really like these, they do not belong to a library about containers. They will eventually be moved to another library, and removed from *seq*. -The *tagged_pointer.hpp* file have been moved to the *internal* folder (private API). Additional changes: -The hashing framework has a better handling of transparent keys. -The hashing framework now supports std::chrono::time_point and std::chrono::duration. -The algorithm has been slightly optimized/refactored and moved to *net_sort.hpp* header. -The lower_bound() method has been corrected (compilation error). - now supports std::chrono::time_point and std::chrono::duration as key. - no longer have typedef and . Instead, member prefix_range() noew returns a std::pair of regular iterators. -All radix-based containers (, ) have been internally simplified. -The class has been refactored and simplified. A containing a char* or const char* is now considered holding a string. Comparison a ontaining a char* or const char* results in string comparison. -New container: .
…ordered. Updated benchmark.
…ork properly with boost.unordered.
added 11 commits
June 18, 2026 10:53
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The version 2.1 introduced additional breaking changes:
Indeed, while I really like these, they do not belong to a library about containers. They will eventually be moved to another library, and removed from seq.
Additional changes:
seq::net_sortalgorithm has been slightly optimized/refactored and moved to net_sort.hpp header.radix_set/maplower_bound() method has been corrected (compilation error).radix_set/mapnow supports std::chrono::time_point and std::chrono::duration as key.radix_set/mapno longer have typedefprefix_iteratorandprefix_const_iterator. Instead, member prefix_range() now returns a std::pair of regular iterators.seq::radix_set/map,seq::radix_hash_set/map) have been internally simplified.seq::hold_anyclass has been refactored and simplified. Aseq::hold_anycontaining a char* or const char* is now considered holding a string. Comparison ofseq::hold_anycontaining achar*orconst char*results in string comparison.seq::concurrent_queue.The markdown documentation has been updated accordingly, and new benchmark results were added. Full list of benchmarks now:
seq::concurrent_set/mapto other implementations.seq::flat_set/mapandseq::radix_set/mapto other implementations.seq::concurrent_queuewith other implementations.seq::radix_hash_set/mapwith other implementations.