Thanks to visit codestin.com
Credit goes to github.com

Skip to content

caiush/DataView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This project is in a non-working state, whoops. Its still a bit early.

The objective is to provide a very fast data array class that is as easy to work with as python's numpy class.  The arrays will also be able to be names and time stamps and indexed axes, a feature that numpy sadly lacks. 

Currently, memoery management is has two styles:
a) owner, this is a little dangerous: when the owner dies the underlying data gets nuked.
b) Internal refernce counting. 


About

A numpy like C++ framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published