zandaqo / structurae

Data structures for high-performance JavaScript applications.
MIT License
694 stars 21 forks source link

Benchmark results #17

Open aminya opened 3 years ago

aminya commented 3 years ago

It would be nice to have a markdown file showing the benchmark results.

zandaqo commented 3 years ago

Yes, indeed, making benchmarks more accessible and useful would be nice, and I hope to get around it somewhere down the line.

Though, I doubt the usefulness of just putting the results of existing benchmarks in a file. At the moment, the benchmarks serve more as a development tool to watch for regressions, rather than something for an end user to judge the general performance. Most of the structures are too general and have many use cases making it a) hard to tell what cases are more general and benchmarks would be useful; b) extremely easy to engineer the data and use cases for a necessary effect.