outbrain / fwumious_wabbit

Fwumious Wabbit, fast on-line machine learning toolkit written in Rust
Other
133 stars 19 forks source link

Prediction via FFI #55

Closed bbenshalom closed 2 years ago

bbenshalom commented 2 years ago

This PR enables the creation of a dynamically linked library + c header file, so fwumious can be activated natively from other language runtimes. The generated library can be used for interoperability with Java (see here) via the new Foreign Function & Memory API (tested with JDK >= 18).