Przemek Piotrowski
Przemek Piotrowski
While implementing this feature I was surprised with `Docker / mappings` as I never had to use this. The implementation was mostly to cover the tests. I need to understand...
I was planning to check distroless images this weekend but @jamesward was first :) I played around and tied his code with the DockerPlugin. https://github.com/jamesward/hello-uzhttp/pull/1 Maybe it would be even...
I don't know about archetypes. Is it better than just having example in external repository? I plan to focus on file creation timestamps in docker images first, maybe someone else?
I like the existing idea to have two layers: `snp-multi-stage` to wipe out all intermediate layers from sbt docker builds and second `snp-multi-stage-id` to handle only build specific image. I...
This PR could be merged. Later I want to update to `Scala 2.13`, but before a cleanup on `"org.wvlet" %% "wvlet-log"` must be performed. It seems this library is archived...
Hi @xerial , this is ready for merge&release.
Already started solving #103 . Once it's done I can do this one (but not assigning it to me right now).
@lemire I agree that the right benchmarks need to be added before actual work. In the meantime I can point what is wrong with newly added benchmark. In add bits...
What is the reason of having `RoaringIntIterator` https://github.com/RoaringBitmap/RoaringBitmap/blob/master/src/main/java/org/roaringbitmap/RoaringBitmap.java#L49 and `Iterator` https://github.com/RoaringBitmap/RoaringBitmap/blob/master/src/main/java/org/roaringbitmap/RoaringBitmap.java#L1442 ? Performance of auto boxing? Is their logic different in some way? I understand that it is not possible...