oils-for-unix / oils

Oils is our upgrade path from bash to a better language and runtime. It's also for Python and JavaScript users who avoid shell!
http://www.oilshell.org/
Other
2.85k stars 158 forks source link

Maybe set up microbenchmarks, e.g. for GC #1309

Open andychu opened 2 years ago

andychu commented 2 years ago

could shed light on the linked list vs. unordered_set question

https://github.com/google/benchmark

It is more "statistically correct" than the naive way

andychu commented 2 years ago

2 data structure issues

https://github.com/oilshell/oil/pull/1305