-
Notifications
You must be signed in to change notification settings - Fork 10
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
Setup CI action to automate testing #103
base: main
Are you sure you want to change the base?
Commits on Nov 16, 2024
-
Speed up recognize punctuation
The original code in function 'read_punct' relies on heavy string specific function calls, resulting in slower execution. Instead, this function can be faster using straightforward control flow.
Configuration menu - View commit details
-
Copy full SHA for 5d2f341 - Browse repository at this point
Copy the full SHA 5d2f341View commit details
Commits on Nov 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c7ae74f - Browse repository at this point
Copy the full SHA c7ae74fView commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aa15496 - Browse repository at this point
Copy the full SHA aa15496View commit details
Commits on Nov 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bfe1420 - Browse repository at this point
Copy the full SHA bfe1420View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4932df2 - Browse repository at this point
Copy the full SHA 4932df2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c97957f - Browse repository at this point
Copy the full SHA c97957fView commit details
Commits on Nov 21, 2024
-
Merge pull request fuhsnn#90 from jserv/speedup-read-punct
Speed up recognize punctuation
Configuration menu - View commit details
-
Copy full SHA for 845a058 - Browse repository at this point
Copy the full SHA 845a058View commit details -
Configuration menu - View commit details
-
Copy full SHA for 004c4c9 - Browse repository at this point
Copy the full SHA 004c4c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5cca77 - Browse repository at this point
Copy the full SHA e5cca77View commit details -
Configuration menu - View commit details
-
Copy full SHA for efcbb85 - Browse repository at this point
Copy the full SHA efcbb85View commit details
Commits on Nov 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f65db8e - Browse repository at this point
Copy the full SHA f65db8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97fbcea - Browse repository at this point
Copy the full SHA 97fbceaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b70322 - Browse repository at this point
Copy the full SHA 3b70322View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a79cd9 - Browse repository at this point
Copy the full SHA 4a79cd9View commit details -
Avoid expensive division in HashMap
Previously, HashMap relied on division operations, which are expensive. This update replaces divisions with logical AND operations using an additional mask, improving performance.
Configuration menu - View commit details
-
Copy full SHA for 4d34438 - Browse repository at this point
Copy the full SHA 4d34438View commit details -
Configuration menu - View commit details
-
Copy full SHA for 240f854 - Browse repository at this point
Copy the full SHA 240f854View commit details
Commits on Nov 23, 2024
-
Merge pull request fuhsnn#93 from jserv/tweak-hashmap
Avoid expensive division in HashMap
Configuration menu - View commit details
-
Copy full SHA for d67ae4b - Browse repository at this point
Copy the full SHA d67ae4bView commit details -
Expand macro only when preprocessor token is identifier
In 'preprocess2' function, 'expand_macro' was called multiple times, some of which were unnecessary. This change ensures that 'expand_macro' is called only when the preprocessor token is an identifier.
Configuration menu - View commit details
-
Copy full SHA for d80d590 - Browse repository at this point
Copy the full SHA d80d590View commit details
Commits on Nov 24, 2024
-
Add basic testing action for push and pr
Co-authored-by: Jim Huang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7545324 - Browse repository at this point
Copy the full SHA 7545324View commit details
Commits on Nov 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6a06d61 - Browse repository at this point
Copy the full SHA 6a06d61View commit details