mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-17 16:21:46 +03:00
This is an alternative to using `fastUnpack` and `fastPack` to work on lists of characters. Using this to refactor the lexer and benchmarking the resulting compiler on building idris2 shows it's 3 to 5s slower than the current implementation that goes via `List Char`. This may be backend-dependent so I still push this to contrib, with the plan of running further benchmarks in the future. |
||
---|---|---|
.. | ||
Parser | ||
Extra.idr | ||
Interpolation.idr | ||
Iterator.idr | ||
Parser.idr | ||
Position.idr |