~alcinnz/harfbuzz-pure

ref: 0ab0042c920132249d2e677fc1bfa918993b9416 harfbuzz-pure/Data/Text/Glyphize/Font.hs -rw-r--r-- 45.9 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, 3 months ago
Optimize Harfbuzz-Pure.
be942b12 — Adrian Cochrane 1 year, 9 months ago
Merge branch 'main' of git.argonaut-constellation.org:~alcinnz/harfbuzz-pure
80b4e984 — Adrian Cochrane 1 year, 9 months ago
Attempt fix regarding fontscale bitsizes.
2546e127 — Adrian Cochrane 1 year, 11 months ago
Implement more typeclasses & ensure empty input don't throw errors.
28567186 — Adrian Cochrane 1 year, 11 months ago
Expose Harfbuzz 3.3 APIs.
cd20a1cf — Adrian Cochrane 2 years ago
Throw out-of-memory errors instead of segfaulting.
8cd531a2 — Adrian Cochrane 2 years ago
Merge branch 'master' of git.adrian.geek.nz:/srv/git/harfbuzz-pure
39fea312 — Adrian Cochrane 2 years ago
Documentation-compilation fixes, release v1!
9f9a5ae5 — Adrian Cochrane 2 years ago
Fix use of utf8-light dependency, dropping it.
ef43a584 — Adrian Cochrane 2 years ago
Finish documenting fonts!
d7634db8 — Adrian Cochrane 2 years ago
Extend and document font & face language bindings.
c0f7026e — Adrian Cochrane 2 years ago
Fix segfaults & include test assets (major refactor).
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.
be23e608 — Adrian Cochrane 2 years ago
Draft language bindings to font/face APIs.
8de69f10 — Adrian Cochrane 2 years ago
FreeType integration is not threadsafe, not that in API design.
b7237c86 — Adrian Cochrane 2 years ago
Design FreeType2 integration.
2e079971 — Adrian Cochrane 2 years ago
Draft pure-functional Harfbuzz API.