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

ENH: adding support for Py3.6+ memory tracing for khash-maps #38048

Merged
merged 9 commits into from
Nov 26, 2020

Commits on Nov 24, 2020

  1. extending khash-maps with tracemalloc ability (works for >=Py3.6), si…

    …milar to the way numpy does
    realead committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    4c15bbf View commit details
    Browse the repository at this point in the history
  2. fixing detected bugs

    realead committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    3291ed1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77903ad View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Configuration menu
    Copy the full SHA
    881202c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cda02f7 View commit details
    Browse the repository at this point in the history
  3. adding empty-corner case test

    realead committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    6a941e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    724a4e7 View commit details
    Browse the repository at this point in the history
  5. fixing tests case failing due to correct sizeof implementation, here …

    …is PyObjectHashMap used as can be seen on the basis of expected result for 32bit build (and not Float64)
    realead committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    3f9fc46 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1437d6a View commit details
    Browse the repository at this point in the history