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

Cache Data and Remove Most Runtime Dependencies #24

Merged
merged 3 commits into from
Dec 19, 2023

Commits on Dec 19, 2023

  1. Cache all country data

    The goal here is to remove both runtime dependencies and slow
    code that has be loaded. It's for performance and to just ship
    less code which is always a good thing assuming things work the
    same way.
    
    I added two new cache generation commands one for lists and the
    other for formatted output. This makes things much simpler at
    runtime though of course all of the complexity is in pre-computing
    and making sure that the pre-computed data is up-to-date.
    apainintheneck committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    adb4fc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ae8cef View commit details
    Browse the repository at this point in the history
  3. Update cache/README.md

    Fix typo
    apainintheneck authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    7e68ac7 View commit details
    Browse the repository at this point in the history