• Joined on 2024-04-07
rhjr pushed to impl/gazoo-testing at scratchings/hash-table 2024-06-04 13:31:45 +00:00
deebd0eaa8 Added: Gazoo-specific ID
3f555be7b5 Added: Blake2 hashing library
Compare 2 commits »
rhjr pushed to impl/gazoo-testing at scratchings/hash-table 2024-06-04 10:58:54 +00:00
c0a1682042 Fixed: Arena allocator not using arena->current
rhjr created branch impl/gazoo-testing in scratchings/hash-table 2024-06-04 09:28:29 +00:00
rhjr pushed to impl/gazoo-testing at scratchings/hash-table 2024-06-04 09:28:29 +00:00
rhjr pushed to main at scratchings/hash-table 2024-06-04 09:27:40 +00:00
f10b74763e Added: implementation for conflict resolution
3866404505 Added: Arena allocator improvements
Compare 2 commits »
rhjr created repository scratchings/hash-table-custom-hash-function 2024-05-27 09:36:03 +00:00
rhjr created branch master in scratchings/posix-thread-synchronisation 2024-04-30 18:05:16 +00:00
rhjr pushed to master at scratchings/posix-thread-synchronisation 2024-04-30 18:05:16 +00:00
392c55fd88 Added: Initial project layout
rhjr created repository scratchings/posix-thread-synchronisation 2024-04-30 18:04:22 +00:00
rhjr pushed to main at rhjr/orderless-search 2024-04-27 10:31:35 +00:00
551be318cf Added: simplified boyer–moore string-search algorithm
2a1cbea209 Added: ASCII string api
Compare 2 commits »
rhjr created branch main in rhjr/orderless-search 2024-04-27 09:04:02 +00:00
rhjr pushed to main at rhjr/orderless-search 2024-04-27 09:04:02 +00:00
98ee2b701f Added: project layout
rhjr created repository rhjr/orderless-search 2024-04-27 08:50:46 +00:00
rhjr pushed to main at scratchings/arena-allocator 2024-04-26 16:18:25 +00:00
d08c70ae84 Added: Assertion on allocations larger then page size
rhjr pushed to main at scratchings/arena-allocator 2024-04-26 16:15:32 +00:00
662254d4a4 Fixed: Arena header not being aligned
rhjr pushed to main at scratchings/arena-allocator 2024-04-26 16:05:31 +00:00
1d00bf01f6 Removed: memory alignment tests
rhjr pushed to main at scratchings/arena-allocator 2024-04-26 15:24:06 +00:00
4cc6fce555 Added: simple memory alignment mechanism
rhjr pushed to main at scratchings/arena-allocator 2024-04-26 15:03:17 +00:00
304f9a1d0b Changed: arena.c whitespace to spaces
rhjr pushed to main at scratchings/arena-allocator 2024-04-26 15:01:24 +00:00
2f246bdf59 Added: growable arenas on allocation
rhjr pushed to main at scratchings/arena-allocator 2024-04-25 17:43:30 +00:00
66083b3a95 Added: arena_release implementation