Csaba Toth
Csaba Toth
The grid view can produce whacky reorders and stuff. Needs to be tested and fixed.
This could be handy for some input files. The feature could be turned off globally in configuration, or more preferable per field basis?
This issue can be broken down too several one for each major matching/blocking algorithm. This issue depends on the issue about making transformations multi-thread safe. Newer versions of OpenEMPI contain...
This can have especially benefits if the import procedure contains transformations like BloomFilter, DoubleMetaphone or various Corruption methods. This issue depends on the next issue about making transformations multi-thread safe....
This is needed for multi-threaded import and matching. Examples: many corruption algorithms use Random generator. Right now it is shared, this makes single threaded execution faster. In multi-threaded scenario we...
Right now Alice and Bob performs the bit shuffling needed for CBF encoding by performing a Diffie-Hellman Key exchange. The end result of that key exchange is the shared secret,...
SOEMPI can import 10K record set within 5 seconds range and that includes reading the data from the flat file, string tokenization, constructing Person objects, persisting Person objects. For some...
Currently SOEMPI can import data from flat files. See org/openhie/openempi/loader/file: AbstractFileLoader.java, ConfgurableFileLodaer.java, FileLoaderManager.java. The foundation of a DB loader already exists: org/openhie/openempi/loader/table: AbstractTableLoader.java, ConfigurableTableLoader.java. Subtasks: - develop the code which...
The BackgroundRenderer would be capable of depth visualization but the vert+frag shaders are missing
The vertex and frag shaders are `background_show_depth_color_visualization.vert` and `background_show_depth_color_visualization.frag`, and I've found them in the ARCore SDK source's sample applications. I'll add those to my PR as well. Just in...
Fixes #6, tested on Android 12