Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Various performance improvements #251

Closed
wants to merge 15 commits into from
Closed

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    e747382 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0eecc58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a09bd1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aaf8bab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4bc8e12 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f5cb1f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    916b1fc View commit details
    Browse the repository at this point in the history
  2. Fix trie traversal

    moffatman committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    7992c72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ee0eaa View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Run the formatter

    moffatman committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    be90498 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Put entities trie in compile-time const

    It avoids runtime tree building. And lets the tree be shared between isolates (multiple MB)
    moffatman committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    91b93b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Format/analyze

    moffatman committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    e219ac3 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. run dart format

    moffatman committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    a88570c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8ab1b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Some future proofing

    - Test that the [entities] and [entitiesTrieRoot] match
    - Script to regenerate trie.dart if [entities] ever changes
    moffatman committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    cde1e9b View commit details
    Browse the repository at this point in the history