71 Commits
Author SHA1 Message Date
andrew cb2f66b4b7 Remove a check from setOldestVersion 2024-02-19 16:20:04 -08:00
andrew c9baa80212 Implement setOldestVersion 2024-02-19 15:58:59 -08:00
andrew deb85f5645 Add callgrind client requests 2024-02-18 20:11:33 -08:00
andrew d60da4c087 Add benchmark 2024-02-11 09:26:03 -08:00
andrew 80a79aab1f Still need a better way identify left/right sidedness 2024-02-09 15:17:37 -08:00
andrew 403608c794 WIP just need to identify nodes on begin -> end path 2024-02-09 12:51:09 -08:00
andrew 968e03403d Revert to linear range checking, but keep short-circuiting 2024-02-08 10:05:22 -08:00
andrew 9363d7866c Specify maxVersion meaning 2024-02-07 15:33:15 -08:00
andrew 98124d5493 Sublinear read range checking
Still slow though
2024-02-06 16:52:20 -08:00
andrew d2c89f605f Use rangeVersion indicating < instead of >
This should allow us to use firstGeq (which should be possible to make
more efficient), and generally make things nicer
2024-02-06 11:11:45 -08:00
andrew 57ec97f2ee Naive range reads implementation and test 2024-02-05 13:59:10 -08:00
andrew a73e366dc9 Draw num writes directly 2024-02-03 17:03:23 -08:00
andrew aa8327cb5d Fix gcc warning 2024-02-01 17:01:47 -08:00
andrew 0eff5628bd Fix lastLeq bug 2024-02-01 11:24:57 -08:00
andrew 96aca4a1da Range write WIP 2024-01-31 17:06:59 -08:00
andrew 5a69ec82df Partial keys seem to be working 2024-01-31 11:10:41 -08:00
andrew 2e6265b784 More __builtin_clz to std::countl_zero 2024-01-30 21:12:41 -08:00
andrew ecd549857b Add printTree 2024-01-30 17:16:46 -08:00
andrew eca1b9993a Improve symbols test
Remove seed argument and check for disallowed undefined symbols
2024-01-30 11:46:03 -08:00
andrew 3735a43553 Add TestDriver class 2024-01-30 11:13:21 -08:00
andrew 47faa51a35 Add Internal.h 2024-01-30 10:49:49 -08:00