-
Notifications
You must be signed in to change notification settings - Fork 602
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
Update to latest golang #248
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## master #248 +/- ##
==========================================
+ Coverage 87.13% 87.78% +0.64%
==========================================
Files 15 15
Lines 622 622
==========================================
+ Hits 542 546 +4
+ Misses 67 64 -3
+ Partials 13 12 -1
Continue to review full report at Codecov.
|
cristaloleg
previously approved these changes
Oct 8, 2020
This check is required so I revert it
cristaloleg
approved these changes
Oct 9, 2020
siennathesane
pushed a commit
that referenced
this pull request
Nov 4, 2020
* Fix iterator styling issues (#247) Issues reported in #246 * fix #160 (#246) * Update to latest golang (#248) Co-authored-by: Oleg Kovalov <iamolegkovalov@gmail.com> * inital prep for v3. Signed-off-by: Mike Lloyd <mike@reboot3times.org> * Use uint64 intead of uint32 There are posibility we run into a problem of int32 overflow. To prevent this let's use uint64 everywhere. https://github.com/allegro/bigcache/blob/21e5ca5c3d539f94e8dc563350acd97c5400154f/shard.go#L138 Fixes: #148 * Fix CI * Do not run on 1.13 * Do not run long test * Optimze append (#249) * Add Benchmark for append * Optimize Append and halve byte copies * Optimize Append by reducing allocs * Optimize Append by reducing allocs * Reduces allocs from test construct Co-authored-by: Fabian Gärtner <fabian.gaertner@check24.de> Co-authored-by: S@P <lorenzotorracchi@mail.com> Co-authored-by: Oleg Kovalov <iamolegkovalov@gmail.com> Co-authored-by: Mike Lloyd <mlloyd@rts.com> Co-authored-by: Fabianexe <Fabianexe@gmail.com> Co-authored-by: Fabian Gärtner <fabian.gaertner@check24.de>
siennathesane
pushed a commit
that referenced
this pull request
Nov 4, 2020
* Fix iterator styling issues (#247) Issues reported in #246 * fix #160 (#246) * Update to latest golang (#248) Co-authored-by: Oleg Kovalov <iamolegkovalov@gmail.com> * inital prep for v3. Signed-off-by: Mike Lloyd <mike@reboot3times.org> * Use uint64 intead of uint32 There are posibility we run into a problem of int32 overflow. To prevent this let's use uint64 everywhere. https://github.com/allegro/bigcache/blob/21e5ca5c3d539f94e8dc563350acd97c5400154f/shard.go#L138 Fixes: #148 * Fix CI * Do not run on 1.13 * Do not run long test * Optimze append (#249) * Add Benchmark for append * Optimize Append and halve byte copies * Optimize Append by reducing allocs * Optimize Append by reducing allocs * Reduces allocs from test construct Co-authored-by: Fabian Gärtner <fabian.gaertner@check24.de> Co-authored-by: S@P <lorenzotorracchi@mail.com> Co-authored-by: Oleg Kovalov <iamolegkovalov@gmail.com> Co-authored-by: Mike Lloyd <mlloyd@rts.com> Co-authored-by: Fabianexe <Fabianexe@gmail.com> Co-authored-by: Fabian Gärtner <fabian.gaertner@check24.de>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.