Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement scripts to fetch and preprocess raw Unihan data #1

Open
Transfusion opened this issue Jan 1, 2021 · 1 comment
Open

Implement scripts to fetch and preprocess raw Unihan data #1

Transfusion opened this issue Jan 1, 2021 · 1 comment

Comments

@Transfusion
Copy link
Member

Processing Unihan data (Unihan_IRGSources.txt, Unihan_Readings.txt, and Unihan_Variants.txt) into the ReverseMap, VariantRadicals, and BaseRadicals in the browser already takes more than 10 seconds, which will only get worse with the upcoming implementation of the "find all islands" algorithm and addition of Ext. G characters

@Transfusion
Copy link
Member Author

https://spectrum.chat/create-react-app/general/how-can-tests-outside-of-src-be-included-in-the-test-run~3610ecf1-a396-466b-8f62-a62627062151

I'm working on a project that has helper build scripts to autogenerate certain files within the application

So, this is a case where you'd definitely want to have your own Jest config IMO - because our config is specifically designed to compile code in the same way that CRA does, whereas your scripts won't (I'm guessing) be using our Babel config, etc...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant