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

TODO: Improvements #9

Open
Convery opened this issue Feb 27, 2018 · 1 comment
Open

TODO: Improvements #9

Convery opened this issue Feb 27, 2018 · 1 comment

Comments

@Convery
Copy link
Member

Convery commented Feb 27, 2018

PackageFS should use miniz directly and operate on a memory-mapped archive rather than opening the file on disk for every operation.
va should try to parse the input at compiletime to reduce vars, i.e. va("%s %u\n", __FUNCTION__, rand()) -> va("funcname %u\n", rand())

@Convery
Copy link
Member Author

Convery commented May 2, 2018

PackageFS improvement added: b6ee931
va now has a specialization for loops: cceaeae

Still no compiletime evaluation of the formatting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant