14 Commits

Author SHA1 Message Date
Richard Thier
69750cabf9 fixed arena.h dependency changes 2024-10-01 17:51:13 +02:00
Richard Thier
c88bd10b73 add missing arena.h 2024-09-07 21:25:03 +02:00
Richard Thier
06d0b329ba fix and simplify turbolist size calculation 2024-08-30 10:27:54 +02:00
Richard Thier
ca14a93f6f mmap-based paging based solutions which seem pretty fast actually - funny enough 2024-08-28 12:35:25 +02:00
masterexplorer
edcf43202d malloclike and freelike in C and C++ both working 2024-08-27 17:37:31 +02:00
masterexplorer
1426a742dc templated the C++ codes 2024-08-27 15:54:03 +02:00
masterexplorer
9a68f6970d tests for C solution; optimized insertion; better codes 2024-08-27 15:39:00 +02:00
masterexplorer
0fbc29e482 minor optimizations 2024-08-27 11:08:58 +02:00
masterexplorer
2b12b5c970 optimized operator[] (branchless) 2024-08-27 10:53:44 +02:00
masterexplorer
3370929d81 time measurements against vector -currently slower bit by really minor bit 2024-08-27 10:50:44 +02:00
masterexplorer
e60efea1e0 minor changes; better build 2024-08-27 10:32:17 +02:00
masterexplorer
5184e5f3a2 Renamed cpp implementation variant 2024-08-27 10:17:43 +02:00
masterexplorer
b61da10f35 turbolist cpp implementation - first version and seems to be working 2024-08-27 10:13:29 +02:00
masterexplorer
59826852e4 integer 2024-08-27 09:32:53 +02:00