- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 357
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: isaacs/node-lru-cache
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: isaacs/node-lru-cache
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 19 commits
- 26 files changed
- 1 contributor
Commits on Jan 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for dcd2384 - Browse repository at this point
Copy the full SHA dcd2384View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec23360 - Browse repository at this point
Copy the full SHA ec23360View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28416e7 - Browse repository at this point
Copy the full SHA 28416e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9ea27a - Browse repository at this point
Copy the full SHA a9ea27aView commit details
Commits on Jan 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 16e8687 - Browse repository at this point
Copy the full SHA 16e8687View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95a2423 - Browse repository at this point
Copy the full SHA 95a2423View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d1fdea - Browse repository at this point
Copy the full SHA 9d1fdeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a08ce68 - Browse repository at this point
Copy the full SHA a08ce68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ce58d5 - Browse repository at this point
Copy the full SHA 3ce58d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 253912c - Browse repository at this point
Copy the full SHA 253912cView commit details
Commits on Jan 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for de3ce63 - Browse repository at this point
Copy the full SHA de3ce63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c74c2b - Browse repository at this point
Copy the full SHA 5c74c2bView commit details
Commits on Jan 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e6c6e2b - Browse repository at this point
Copy the full SHA e6c6e2bView commit details
Commits on Jan 30, 2022
-
iterating on this further, now doing features without perf impact
Experimented with a few ways to only take the perf hit when dispose/ttl/size are actually used, and still go fast when they're not. This seems to work well. Instead of separate classes for stack and pointer list, it's all just in the one main LRUCache class. Then no-op functions are swapped out for their slower counterparts if features are opted into.
Configuration menu - View commit details
-
Copy full SHA for 0fabf76 - Browse repository at this point
Copy the full SHA 0fabf76View commit details
Commits on Jan 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ed4f14d - Browse repository at this point
Copy the full SHA ed4f14dView commit details -
Configuration menu - View commit details
-
Copy full SHA for abcab87 - Browse repository at this point
Copy the full SHA abcab87View commit details
Commits on Feb 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6536230 - Browse repository at this point
Copy the full SHA 6536230View commit details
Commits on Feb 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c33db1c - Browse repository at this point
Copy the full SHA c33db1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9b5725 - Browse repository at this point
Copy the full SHA a9b5725View commit details
There are no files selected for viewing