C5T / Current

C++ framework for realtime machine learning.
https://medium.com/dima-korolev/current-for-realtime-machine-learning-4f04aa8ab81a
97 stars 29 forks source link

More JavaScript wrappers. #900

Closed dkorolev closed 3 years ago

dkorolev commented 3 years ago

Hi @mzhurovich,

Another weekend of hacking up JS wrappers.

No arrays yet (the "standard" library code doesn't allow indexing generic arrays by indexes, looks like JavaScript, well, V8, internally treats arrays as objects with numbers being the only keys).

Otherwise, possibly, production-ready.

Thanks, Dima