Matthias Gliwka
Matthias Gliwka
@eliaslevy I've seen your comment on the hyperscan ARM thread: https://github.com/intel/hyperscan/issues/197#issuecomment-680264864 Which ARM port are you using for Apple Silicon, if any?
The vectorcamp fork doesn't compile on clang: https://github.com/VectorCamp/vectorscan/issues/21
@jhsenjaliya Yes, will come with the next release. As you already discovered you can use the snapshot release of the natives in the meantime
Sounds good, will take this up for the next release!
#71 should be fixed on develop. Feel free to submit a PR implementing the processor capabilities.
@mmimica Didn't realize this is an option before. Thank you for pointing it out. Will experiment with it!
http://bytedeco.org/javacpp/apidocs/org/bytedeco/javacpp/PointerScope.html or close single pointers Test with: http://bytedeco.org/javacpp/apidocs/org/bytedeco/javacpp/Pointer.html#totalCount--
@mmimica Thanks for the issues and the PR!. I'm currently swamped with work but will try to squeeze it in at the end of the week
Interesting use case. Returning a stream definitely makes sense for large amount of matches. I'll take a stab at implementing it. Will actually need this soon. too.
Anything new on this?