tallakt / stream_splitLinks
Split a stream into a head and tail, without iterating the tail
☆37Updated 2 years ago
Alternatives and similar repositories for stream_split
Users that are interested in stream_split are comparing it to the libraries listed below
Sorting:
- Periodically gather measurements and publish them as Telemetry events☆124Updated 2 weeks ago
- Deep (recursive) merge for maps, keywords and others in Elixir☆116Updated last year
- Keep your ETS tables running forever using bouncing GenServers☆102Updated 11 months ago
- Elixir wrapper for Recon, tools to diagnose Erlang VM safely in production☆69Updated 2 years ago
- Data validation and conformation library for Elixir.☆68Updated 2 years ago
- An extension for ExUnit for simplifying tests against a clustered application☆64Updated 2 years ago
- Add a progress bar to your enumerables in a second☆58Updated 2 years ago
- Elixir Tracing Framework☆128Updated 6 years ago
- Calculates the difference between two (nested) maps, and returns a map representing the patch of changes.☆132Updated 2 years ago
- Elixir programming language design by contract library☆64Updated 6 years ago
- LINQ-like match_spec generation for Elixir.☆80Updated 5 years ago
- Library to easily intercept Elixir function calls☆43Updated 4 years ago
- Pretty printer for maps/structs collections (Elixir)☆94Updated 3 years ago
- Simple leader election for Elixir applications☆77Updated 4 years ago
- A simple code profiler for Elixir using eprof.☆180Updated 4 years ago
- Handy enumerable operations implementation.☆71Updated 7 months ago
- Draw pretty micro benchmarking charts in HTML and allow to export them as png for benchee☆57Updated last year
- Elixir library for safely using any external service or API using automatic retry with rate limiting and circuit breakers.☆151Updated last year
- Simple macro for generating SQL's functions macro wrappers☆53Updated last year
- Recon wrapper for Elixir