Poison is a JSON library for Elixir focusing on speed without sacrificing simplicity, completeness, or correctness. Poison uses extensive sub binary matching, a hand-rolled parser using several techniques that are known to benefit HiPE for native compilation, IO list encoding and single-pass decoding. Benchmarks put Poison's performance next to jiffy's. Use this tag in combination with the [elixir] tag.
Poison is a JSON library for Elixir focusing on speed without sacrificing simplicity, completeness, or correctness.
Poison uses extensive sub binary matching, a hand-rolled parser using several techniques that are known to benefit HiPE for native compilation, IO list encoding and single-pass decoding. Benchmarks put Poison's performance next to jiffy's.
Use this tag in combination with the elixir tag.