Java Bloom Filter
Bloom Filter is a probabilist data structure, created in the 70s. The data structure is used to test if an element is a member of a Set. Fa... (more…)
Read more »
Description
This is a follow up PR to #350 .
The PR adds unit-tests to check the connection between TornadoVM native types (invoking the getSegment) and Java Vector API.
It adds the following tests… Read more