-
Notifications
You must be signed in to change notification settings - Fork 257
Comparing changes
Open a pull request
base repository: RoaringBitmap/roaring
base: v2.14.4
head repository: RoaringBitmap/roaring
compare: v2.14.5
- 18 commits
- 32 files changed
- 5 contributors
Commits on Nov 24, 2025
-
Switch to builtin unsafe slice creation.
In [Go 1.17](https://go.dev/doc/go1.17#language) and [Go 1.20](https://go.dev/doc/go1.20#language), new functions were added to create slices which significantly simplify the "reinterpret []byte" functions.
Configuration menu - View commit details
-
Copy full SHA for 7cbdda9 - Browse repository at this point
Copy the full SHA 7cbdda9View commit details -
Merge pull request #504 from happygiraffe/master
Switch to builtin unsafe slice creation.
Configuration menu - View commit details
-
Copy full SHA for 2d93a7e - Browse repository at this point
Copy the full SHA 2d93a7eView commit details
Commits on Dec 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0b96f13 - Browse repository at this point
Copy the full SHA 0b96f13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9774127 - Browse repository at this point
Copy the full SHA 9774127View commit details
Commits on Jan 26, 2026
-
Switch to
slices.Sort()andslices.SortFunc().- `Sort()` uses generics to remove some code. - `SortFunc()` may be faster in some circumstances, as it performs a three-way comparison rather than a two-way.
Configuration menu - View commit details
-
Copy full SHA for 61445b7 - Browse repository at this point
Copy the full SHA 61445b7View commit details
Commits on Jan 27, 2026
-
Merge pull request #508 from happygiraffe/push-pxxlrstrlzku
Switch to `slices.Sort()` and `slices.SortFunc()`.
Configuration menu - View commit details
-
Copy full SHA for 53026c2 - Browse repository at this point
Copy the full SHA 53026c2View commit details
Commits on Feb 8, 2026
-
Configuration menu - View commit details
-
Copy full SHA for ebac537 - Browse repository at this point
Copy the full SHA ebac537View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a67547 - Browse repository at this point
Copy the full SHA 5a67547View commit details
Commits on Feb 9, 2026
-
Merge pull request #510 from DhruvilK7/removal
Remove unnecessary type conversions + added make command to do the same
Configuration menu - View commit details
-
Copy full SHA for eb3b07a - Browse repository at this point
Copy the full SHA eb3b07aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07bccb8 - Browse repository at this point
Copy the full SHA 07bccb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3aaf67 - Browse repository at this point
Copy the full SHA d3aaf67View commit details -
Merge pull request #511 from DhruvilK7/unconvert
Unconvert linter addition
Configuration menu - View commit details
-
Copy full SHA for 3def95f - Browse repository at this point
Copy the full SHA 3def95fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fe77fa - Browse repository at this point
Copy the full SHA 3fe77faView commit details
Commits on Feb 15, 2026
-
Configuration menu - View commit details
-
Copy full SHA for e5f346b - Browse repository at this point
Copy the full SHA e5f346bView commit details
Commits on Feb 25, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 8e538ba - Browse repository at this point
Copy the full SHA 8e538baView commit details
Commits on Feb 27, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 88afa31 - Browse repository at this point
Copy the full SHA 88afa31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d1a03b - Browse repository at this point
Copy the full SHA 4d1a03bView commit details -
Merge pull request #514 from ahxxm/unroll-scalar-fill
unroll nextMany scalar fill loop by 4
Configuration menu - View commit details
-
Copy full SHA for 6e38489 - Browse repository at this point
Copy the full SHA 6e38489View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine: git diff v2.14.4...v2.14.5