5 ms·
Elixir has the NimbleParsec library which generates parsing code that takes advantage of pattern matching for high performance and low memory usage due to the B
by slashdotdash 6y ago
Elixir has the NimbleParsec library which generates parsing code that takes advantage of pattern matching for high performance and low memory usage due to the BEAM virtual machine optimisations.
https://github.com/dashbitco/nimble_parsec https://github.com/dashbitco/nimble_parsec