1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implement == and != operators in trie_map More... 24 days ago
Document the maximum allowed number of key-value pairs More... 27 days ago
Add test case on saved state binary size More... 27 days ago
Make sure we throw size_error on construction with too many entries More... 27 days ago
Throw an exception during packing when it exceed max allowed value count More... 29 days ago
Replace all uses of uintptr_t with pack_value_type More... about 1 month ago
Now there is no need to track value address to position mapping More... about 1 month ago
Switch to storing value positions in lieu of value pointers More... about 1 month 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 2 months ago
Implement operator== without copying stored values More... about 2 months ago
Move a test case involving move-only value type to a separate cpp More... about 2 months 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