1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Apr 13, 2023 — Apr 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implement == and != operators in trie_map More... 21 days ago
Document the maximum allowed number of key-value pairs More... 24 days ago
Add test case on saved state binary size More... 24 days ago
Make sure we throw size_error on construction with too many entries More... 24 days ago
Throw an exception during packing when it exceed max allowed value count More... 26 days ago
Replace all uses of uintptr_t with pack_value_type More... 27 days ago
Now there is no need to track value address to position mapping More... 27 days ago
Switch to storing value positions in lieu of value pointers More... 28 days ago
Test case for move construction with move-only values More... about 1 month ago
Make sure operator== and operator!= works with move only values More... about 1 month ago
Make sure node traversal works with move-only values More... about 1 month ago
Talk about the fact that the values get moved to the packed variant More... about 1 month ago
Add test more code for the packed variant More... about 1 month ago
Remove duplicated compact_node() for node from trie_map More... about 1 month ago
Reduce code duplicate More... about 1 month ago
trie_map::pack() to move all store values into the packed variant More... about 1 month ago
Avoid copying values in packed_iterator_base More... about 1 month ago
Correct typo for 'previous' More... about 1 month ago
TraitsT needs to be included in the trie_map type More... about 1 month ago
Make sure insert(), find() and prefix_search() work with move-only values More... about 1 month ago
Make sure we only require == operator from the move-only value_type More... about 1 month ago
Implement operator== without copying stored values More... about 1 month ago
Move a test case involving move-only value type to a separate cpp More... about 1 month ago
Implement boundary_keys() More... about 2 months ago
Switch to Piccolo Theme More... about 2 months ago
Add a test case for direct use of packed_trie_map More... about 2 months ago
Change of section title More... about 2 months ago
Remove URLs to packages stored on kohei.us More... about 2 months ago
Add missing header More... 2 months ago
Update the doc More... 2 months ago