You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update enumeration methods to allow a stop flag to be flipped by caller (#204)
* Update enumeration methods to allow a stop flag to be flipped by caller
* Fix compiler warning
* Add CHANGELOG entry
* Changes to address garrettmoon's comments
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
3
3
* Add your own contributions to the next release on the line below this with your name.
4
4
-[fix] Add some sane limits to the disk cache: [#201]https://github.com/pinterest/PINCache/pull/201
5
+
-[new] Update enumeration methods to allow a stop flag to be flipped by caller: [#204](https://github.com/pinterest/PINCache/pull/204)
5
6
-[performance] Improves cache miss performance by ~2 orders of magnitude on device: [#202](https://github.com/pinterest/PINCache/pull/202)
0 commit comments