Daniel Lemire
Daniel Lemire
@the-moisrex Reflection will be around soon. The prototypes we have right now were implemented relatively quickly. Right now, with simdjson 4.0, you can just automatically deserialize a `Car` instance. It...
Don't forget that you can run clang with static reflection. Please see https://github.com/simdjson/simdjson/tree/master/p2996 > With utilities like boost::pfr::structure_tie we can do this: I don't think we want to bundle boost...
Can you be more precise as to what you mean by 'route matching'. Do you refer to a specification?
@meftunca My question stands: what is the specification you are are referencing? To be clearer, you propose that routing be implemented in ada, but a pre-requisite is that one has...
Ok. So we agree that the issue about [WHATWG URL Pattern](https://urlpattern.spec.whatwg.org/). I have retitled it.
@deathkiller Verified. I have opened a PR that should help prevent these problems in the future: https://github.com/simdutf/simdutf/pull/813
@franz1981 Thanks for the comments. I will come back to this issue at a later date.
@krishnaindani Yes, that would be a great contribution. So first examine how it is implemented in bitset: https://github.com/bits-and-blooms/bitset/blob/master/bitset_iter.go Then look at how iterators work in roaring... see https://github.com/RoaringBitmap/roaring/blob/773047c1e89d9cb7ed45d712e13db65945b6b5db/README.md?plain=1#L225-L230 The idea...
@krishnaindani Please do.
It could be implemented within the library as part of the BSI component: https://github.com/RoaringBitmap/roaring/tree/master/BitSliceIndexing > I'm wondering if theres an optimized way we could do this in a single call...