Skip to content

mmitkevich/NArctic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages