Idris2/libs
Guillaume ALLAIS 5b5bdfe769 [ contrib ] Positions in strings
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.
2021-02-18 17:52:25 +00:00
..
base withFile & writeFile cleanup (#1085) 2021-02-18 17:51:45 +00:00
contrib [ contrib ] Positions in strings 2021-02-18 17:52:25 +00:00
network network: Retrieve AF_* magic constants from C support code. 2020-10-01 12:05:42 +01:00
prelude Hide countFrom function from prelude 2021-02-16 19:20:54 +00:00