Skip to content

Commit

Permalink
feat: track memoization stats (#51)
Browse files Browse the repository at this point in the history
Closes partially #44

### Summary of Changes

- track more stats: last access, computation time, last access time,
memory usage
- refactored memoization logic into a new class
- updated to safe-ds library 0.19

---------

Co-authored-by: megalinter-bot <[email protected]>
Co-authored-by: Lars Reimann <[email protected]>
  • Loading branch information
3 people authored Feb 6, 2024
1 parent 9ee959d commit 50f30a3
Show file tree
Hide file tree
Showing 5 changed files with 439 additions and 86 deletions.
90 changes: 45 additions & 45 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ safe-ds-runner = "safeds_runner.main:main"

[tool.poetry.dependencies]
python = "^3.11,<3.13"
safe-ds = ">=0.18,<0.19"
safe-ds = ">=0.19,<0.20"
hypercorn = "^0.16.0"
quart = "^0.19.4"

Expand Down
Loading

0 comments on commit 50f30a3

Please sign in to comment.