sabiwara/iter

A blazing fast compile-time optimized alternative to the `Enum` and `Stream` modules

Elixirperformanceelixirstreammetaprogrammingenumenumerable
This is stars and forks stats for /sabiwara/iter repository. As of 09 May, 2024 this repository has 49 stars and 3 forks.

Iter A blazing fast compile-time optimized alternative to the Enum and Stream modules. Overview Iter allows you to effortlessly write highly-efficient pipelines to process enumerables, in a familiar and highly readable style. iex> require Iter iex> 1..10 |> Iter.map(& &1 ** 2) |> Iter.sum() 385 Iter will merge both the map and sum steps and perform both in one single pass. Unlike the same pipeline written with Enum, it won't build any intermediate list, therefore saving memory...
Read on GithubGithub Stats Page
repotechsstarsweeklyforksweekly
djezzzl/database_consistencyRubyHTMLJavaScript9040380
E-xyza/ex_termElixirCSSJavaScript54050
WTTJ/chargebeexElixir15020
nimblehq/elixir-templatesElixirHTMLMakefile75060
zhisheng17/flink-learningJavaShell13.8k03.8k0
theninthsky/client-side-renderingTypeScriptJavaScript5880310
A-poc/RedTeam-Tools4.2k05690
BartOtten/phoenix_live_faviconElixir31010
TwitchRecover/TwitchRecoverJava93901400
mgwidmann/scrivener_htmlElixir1220219+3