~alcinnz/harfbuzz-pure

ref: 3704f1e1b0223877377e52c8235434d54595bb02 harfbuzz-pure/Data/Text/Glyphize/Buffer.hs -rw-r--r-- 21.7 KiB
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.
b7564ba8 — Adrian Cochrane 1 year, 1 month ago
Optimize Harfbuzz-Pure.
2546e127 — Adrian Cochrane 1 year, 8 months ago
Implement more typeclasses & ensure empty input don't throw errors.
af0c75f4 — Adrian Cochrane 1 year, 9 months ago
Expose HarfBuzz 3.3 APIs, attempt 2.
28567186 — Adrian Cochrane 1 year, 9 months ago
Expose Harfbuzz 3.3 APIs.
cd20a1cf — Adrian Cochrane 1 year, 9 months ago
Throw out-of-memory errors instead of segfaulting.
8cd531a2 — Adrian Cochrane 1 year, 9 months ago
Merge branch 'master' of git.adrian.geek.nz:/srv/git/harfbuzz-pure
39fea312 — Adrian Cochrane 1 year, 9 months ago
Documentation-compilation fixes, release v1!
9f9a5ae5 — Adrian Cochrane 1 year, 9 months ago
Fix use of utf8-light dependency, dropping it.
fd6388d7 — Adrian Cochrane 1 year, 11 months ago
Fix tag encoding & decoding (remembered hex digits are nybbles not bytes)
0a28bb84 — Adrian Cochrane 1 year, 11 months ago
Document Buffer API.
27013b25 — Adrian Cochrane 1 year, 11 months ago
Correctly decode Harfbuzz output structs.

I didn't consider the presence of private-fields before!
c0f7026e — Adrian Cochrane 1 year, 11 months ago
Fix segfaults & include test assets (major refactor).
5cd811b3 — Adrian Cochrane 2 years ago
Fix segfault upon too much HarfBuzz concurrency.
6ae7e1b9 — Adrian Cochrane 2 years ago
Fix reentrancy complaints from GHC, attempt to fix segfault.
843f6415 — Adrian Cochrane 2 years ago
Add documentation & corrected type signatures.
5b7beb1f — Adrian Cochrane 2 years ago
Add, test, & fix shaping function.
728c810d — Adrian Cochrane 2 years ago
Fix build linking errors (mostly by upgrading GHC).

I'm now running on this on elementary OS Jolnir.
144c40db — Adrian Cochrane 2 years ago
Try wrapping HarfBuzz C++ functions in C functions for calling convention/linking issues.

Committing so I can try building on a newer OS.
be23e608 — Adrian Cochrane 2 years ago
Draft language bindings to font/face APIs.
Next