~alcinnz/harfbuzz-pure

4fd909d1 — Adrian Cochrane 6 months ago main
Fix & expand type signatures.
ac0a6b05 — Adrian Cochrane 6 months ago
Add more documentation.
be566265 — Adrian Cochrane 6 months ago
Benchmark performance of shaping individual words.
0ab0042c — Adrian Cochrane 6 months ago
Don't cache results of main function unless processed (neglected in previous commit).
519746dd — Adrian Cochrane 6 months ago
Tell Haskell that its cheaper to recompute the data than store 40x the input text.
Upload missing file.
Ensure I can pass commandline args to Criterion.
Found some more performance optimizations.

Use dupablePerformIO where relevant, & it doesn't incur excessive allocation.
Ensure amounts of output are dereferenced as quickly as large amounts are.
9daf3568 — Adrian Cochrane 6 months ago
Fix multi-threaded benchmark, see if its any faster.

Turns out no, the degree varies with free cores.
b7564ba8 — Adrian Cochrane 6 months ago
Optimize Harfbuzz-Pure.
56daf16f — Adrian Cochrane 6 months ago
Add benchmark, against Dracula by Bram Stoker.
c55a0af2 — Adrian Cochrane 11 months ago
Release Harfbuzz-Pure 1.0.3.2 (got version-number wrong last time)
be942b12 — Adrian Cochrane 11 months ago
Merge branch 'main' of git.argonaut-constellation.org:~alcinnz/harfbuzz-pure
2eb97269 — Adrian Cochrane 11 months ago
Expose exception & update metadata.
68d376ac — Adrian Cochrane 1 year, 1 day ago
Release harfbuzz-pure 1.0.2.1
8558eeae — Adrian Cochrane 1 year, 1 day ago
Expand version bounds.
80b4e984 — Adrian Cochrane 1 year, 1 day ago
Attempt fix regarding fontscale bitsizes.
cd5a7d00 — Adrian Cochrane 1 year, 1 month ago
Add contribution instructions.
e2f10191 — Adrian Cochrane 1 year, 1 month ago
Add initial README.
2546e127 — Adrian Cochrane 1 year, 1 month ago
Implement more typeclasses & ensure empty input don't throw errors.
Next