Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 853 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 853 Bytes

NArctic

Warning, Work in progress.

This is very preliminar experiments to port arctic database to .net/mono

Status

Currently it is possible to read and append Arctic's ndarray store, but versioning is not supported. So if you append some time series, old versions are not kept.

For usage examples see NArctic.Tests/Program.cs

Performance

Original python/numpy arctic had performance about 4 million reads per second on my i7 ssd laptop. Ported .net version performs 2 times slower, about 2 million reads per second.

Dependencies:

NumCIL) Meta-Numerics

License: LGPL

Note: Planned license is BSD, but bohrium code currently included in the source tree, so it should be LGPL