JCylon
With Cylon's java binding(JCylon), Java programmers can achieve the same performance of a native C++ Cylon code and minimize downsides of java codes such as garbage collection overheads.
Cylon Java Binding Example#
You can start writing a cylon application by including the JCylon dependency as below in your pom.xml.
Given below is an example written with Cylon's java binding to perform the Select operation.
Running a Cylon Java Example#
Once the example is built into a JAR, it can be run as follows.
JCylon Docs#
Use blow link to navigate to the JCylon javadocs.
Javadocs