silentbicycle / skiparray

unrolled skip list library for C
ISC License
21 stars 2 forks source link

Big-O analysis #9

Open silentbicycle opened 5 years ago

silentbicycle commented 5 years ago

Include a note about expected O(*) behavior for operations in the README.

Make the limit parameter for the benchmarks CLI (-l) optionally take a comma separated list, so it can run an operation with ascending limits, to graph.

silentbicycle commented 5 years ago

Postponing analysis for a later release. The benchmarking -l flag has been updated.