Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fenollp/benchees
Microbenchmarks of various Elixir fns
https://github.com/fenollp/benchees
beam elixir erlang microbenchmarks
Last synced: 27 days ago
JSON representation
Microbenchmarks of various Elixir fns
- Host: GitHub
- URL: https://github.com/fenollp/benchees
- Owner: fenollp
- License: mit
- Created: 2018-08-01T08:33:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-09T12:20:52.000Z (over 6 years ago)
- Last Synced: 2024-10-05T20:41:36.274Z (3 months ago)
- Topics: beam, elixir, erlang, microbenchmarks
- Language: Elixir
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [benchees](https://github.com/fenollp/benchees)
Microbenchmarks of various Elixir fns.
* [`List.insert_at(items, -1, item)` v `items ++ [item]`](https://circleci.com/gh/fenollp/benchees/3)
* https://github.com/elixir-lang/elixir/pull/8025