text icon indicating copy to clipboard operation
text copied to clipboard

Haskell library for space- and time-efficient operations over Unicode text.

Results 86 text issues
Sort by recently updated
recently updated
newest added

Resolve #288. There are two commits here. * Commit № 1 adds two new benchmarks in the `Pure` section: one for `sconcat` and one for `stimes`. * Commit № 2...

So every single call has these functions replicated. Is this intentional? This causes code-bloat for questionable performance benefits (the known call is not *that* slow).

Many languages offer a feature that lets you take a substring by indices real quick. It is handy. Here is an example from JavaScript: ``` > "Hello World".slice (6, 11)...

Fixes #442 and #242. Subsumes #592. This imitates the behavior in base by making the newline part of the chunk.

https://github.com/haskell/text/actions/runs/9628836664/job/26557513845 failed with ``` t_toUpper_char: FAIL (0.02s) *** Failed! Falsified (after 80 tests): '\42954' "\42953" /= "\42954" Use --quickcheck-replay=567863 to reproduce. ``` I have not looked into it, just filing.