1
I Use This!
Moderate Activity

Commits : Listings

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