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

Improve pit performance #1673

Open
wants to merge 36 commits into
base: main
Choose a base branch
from
Open

Commits on Oct 19, 2023

  1. improve pit performance

    John Lyu committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    192ddc8 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. improve pit cache

    John Lyu committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    afff257 View commit details
    Browse the repository at this point in the history
  2. lint

    John Lyu committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    6c214aa View commit details
    Browse the repository at this point in the history
  3. deal with empty data

    John Lyu committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    a144bc9 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. add pit backend: FilePITStorage

    John Lyu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    3ed3f17 View commit details
    Browse the repository at this point in the history
  2. improve docstring

    John Lyu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    61c31ca View commit details
    Browse the repository at this point in the history
  3. remove index file check

    John Lyu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    d82ab8d View commit details
    Browse the repository at this point in the history
  4. pit rewrite does not need index

    John Lyu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    8702049 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. fix typo

    John Lyu committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    e07487d View commit details
    Browse the repository at this point in the history
  2. make sure dir exist

    John Lyu committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    8d96bd6 View commit details
    Browse the repository at this point in the history
  3. fix parents not exist

    John Lyu committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    4213b68 View commit details
    Browse the repository at this point in the history
  4. fix pitstorage update

    John Lyu committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    8a354ef View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. check dtype

    John Lyu committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    dbfe153 View commit details
    Browse the repository at this point in the history
  2. fix empty data

    John Lyu committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    20889ca View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. lint

    PaleNeutron committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    5c16123 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. deal with empty data file

    John Lyu committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    31c3747 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. remove useless function

    John Lyu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    ef9242e View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. improve pit performance

    John Lyu committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    87d65e1 View commit details
    Browse the repository at this point in the history
  2. improve pit cache

    John Lyu committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    b53bae6 View commit details
    Browse the repository at this point in the history
  3. lint

    John Lyu committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    23f16b9 View commit details
    Browse the repository at this point in the history
  4. deal with empty data

    John Lyu committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    1a349d0 View commit details
    Browse the repository at this point in the history
  5. add pit backend: FilePITStorage

    John Lyu committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    f340776 View commit details
    Browse the repository at this point in the history
  6. improve docstring

    John Lyu committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    38a04b6 View commit details
    Browse the repository at this point in the history
  7. remove index file check

    John Lyu committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    07cff6b View commit details
    Browse the repository at this point in the history
  8. pit rewrite does not need index

    John Lyu committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    bdf8060 View commit details
    Browse the repository at this point in the history
  9. fix typo

    John Lyu committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    e3fff65 View commit details
    Browse the repository at this point in the history
  10. make sure dir exist

    John Lyu committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    c754290 View commit details
    Browse the repository at this point in the history
  11. fix parents not exist

    John Lyu committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    74fd9cb View commit details
    Browse the repository at this point in the history
  12. fix pitstorage update

    John Lyu committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    41648b9 View commit details
    Browse the repository at this point in the history
  13. check dtype

    John Lyu committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    ca0d4bb View commit details
    Browse the repository at this point in the history
  14. fix empty data

    John Lyu committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    de9e6cf View commit details
    Browse the repository at this point in the history
  15. lint

    PaleNeutron authored and John Lyu committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    e093a83 View commit details
    Browse the repository at this point in the history
  16. deal with empty data file

    John Lyu committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    52c5cba View commit details
    Browse the repository at this point in the history
  17. remove useless function

    John Lyu committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    8dfc393 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Merge branch 'pit_fix' of https://github.com/PaleNeutron/qlib into pi…

    …t_fix
    John Lyu committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e42496a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    958291e View commit details
    Browse the repository at this point in the history