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

Feature/bmpm optimize #17

Merged
merged 16 commits into from
Feb 22, 2023
Merged

Feature/bmpm optimize #17

merged 16 commits into from
Feb 22, 2023

Commits on Feb 17, 2023

  1. Configuration menu
    Copy the full SHA
    d5d6965 View commit details
    Browse the repository at this point in the history
  2. Get rid of Runes struct

    cyradin committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    d8b8f22 View commit details
    Browse the repository at this point in the history
  3. Add rune buffer

    cyradin committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    7aceb55 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9131ae View commit details
    Browse the repository at this point in the history
  5. Add rune buf benchmarks

    cyradin committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    52a4f05 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

  1. Configuration menu
    Copy the full SHA
    b1ca189 View commit details
    Browse the repository at this point in the history
  2. Uncomment dedup test

    cyradin committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    9a5768a View commit details
    Browse the repository at this point in the history
  3. Remove mutex from rune buf

    cyradin committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    97aed9d View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Get rid of most regular expressions in bmpm

    It was made to reduce allocations count
    cyradin committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    6f20c3a View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    4b83bce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7d60d5 View commit details
    Browse the repository at this point in the history
  3. Pass buffer from encoder

    cyradin committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    0fde288 View commit details
    Browse the repository at this point in the history
  4. Move beidermorse/common pkg to internal/bmpm

    BREAKING: end users will have to rename accuracy constants
    cyradin committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    54fc71b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2b980d View commit details
    Browse the repository at this point in the history
  6. Update README.md

    cyradin committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    7f22dc6 View commit details
    Browse the repository at this point in the history
  7. Fix tests

    cyradin committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    41b7349 View commit details
    Browse the repository at this point in the history