Olivier Peyrusse

Results 18 comments of Olivier Peyrusse

Beyond this being an error, is there a way to tell kibit to ignore a function or a form? Currently, this is the only pattern that causes me issues. But...

Yes, it happens inside and outside the container. I mainly work without a container and I tested it for the sake of completeness, to be sure that it was not...

Many thanks @thheller for https://github.com/google/closure-compiler/issues/3945. I saw that kind of error when running with JDK8 instead of JDK17. I will try to upgrade, as you suggested. I am also fairly...

I had a recent branch where _re-frame-10x_ was already update to 1.2.8 with the same effect. However, increasing the JVM heap as suggested in this [comment of google/closure-compiler#3945](https://github.com/google/closure-compiler/issues/3945#issuecomment-1132625831) made it...

If you want some assistance, I would be tempted to look at it (maybe with guidance). However, looking at the repo, I haven't found anything explaining how shadow-cljs was working,...

Hello @samvel1024 , I am not the original author of the question, but yes, that's also what I would like to do. For example, I would like to create the...

Hello everyone, I'm reviving a bit this discussion. I work for a company that is developing a in-memory database system and we are considering migrating our custom bitmap structures to...

You are right, sorry for the wrong interpretation. I will see what I can do about it. Any idea or lead to follow or exclude are welcome.

Hello @lemire, I am working at a slow pace on an alternative to RoaringArray, providing a better management for slow values. I reused the same principle as ArrayContainer and BitmapContainer....

@lemire could you remind (me|us) the scenarios where RoaringBitmap outshine other bitmap implentations ? And when it is just as good as other more basic solutions ? Thanks a lot