Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4f11fb6

Browse filesBrowse files
committed
Don't cache the charmap and inverse charmap
mathtext creates Python dictionaries for the charmap and inverse charmap for each font. This turns out to be unnecessary: 1) freetype has an API to do a charmap lookup that is faster than a Python dictionary 2) The inverse charmap isn't really necessary if we convert the latex_to_bakoma to use unicode character points rather than glyph indices. This should have a large impact when #5241 is merged with larger fonts.
1 parent e05d646 commit 4f11fb6
Copy full SHA for 4f11fb6

File tree

Expand file treeCollapse file tree

5 files changed

+312
-311
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+312
-311
lines changed

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.