Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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