Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic IO interface #1

Open
fsaintjacques opened this issue Sep 5, 2015 · 0 comments
Open

Basic IO interface #1

fsaintjacques opened this issue Sep 5, 2015 · 0 comments

Comments

@fsaintjacques
Copy link
Owner

Current data structures don't offer a way to dump/load to memory/file/byte array. This will be crucial for production environment. This might force decoupling an _init() function from the current _new().

@fsaintjacques fsaintjacques changed the title basic IO interface Basic IO interface Dec 2, 2015
fsaintjacques added a commit that referenced this issue Jan 10, 2016
This commits replaces the use of VLA to a simple pointer in order to
support user-passed pointers. This is used for future support of io in
issue #1.
fsaintjacques added a commit that referenced this issue Jan 10, 2016
This commits replaces the use of VLA to a simple pointer in order to
support user-passed pointers. This is used for future support of io in
issue #1.
@fsaintjacques fsaintjacques added this to the 0.1.0 milestone Jan 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant