Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
42
commits
Add newest results for benchmarks including now AnchorBlock2 with accumulated, block-wise statistics.
f36b85dView on GitHubSpeed up benchmarking by avoiding resizing and fix some bugs.
b7bac4dView on GitHubAdd contiguous gap check to gap_erase functions and fix more bugs in anchor_blocks2 approach.
843cfd1View on GitHubAdd is_gap flag for location struct and fixed some bugs in op[], erase, insert.
cebad56View on GitHubAdd new benchmark results and fix loop in benchmark templates.
ba0c4e9View on GitHubSolved 3 more bugs run into with larger, randomized benchmark.
89b2448View on GitHubRemoved various bugs in resize, locate_gap functions, add resize functionality.
adb24b8View on GitHubChanged locate function to deviate from std::lower_bound behaviour in that sense that if input positions points into gap, the surrounding gap coordinates are returned. Adjusted insert_gap, erase_gap and operator[] need to be checked.
dcc5a30View on GitHubRemove spaghetti code and use lower_bound for all gap structure accessing functions.
2cff9c4View on GitHubFinalize insert/erase_gap in anchor list approach with block statistics. Make data initialization for benchmarks more efficient.
b2c2b21View on GitHub