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

Faster Krom #805

Merged
merged 1 commit into from Apr 13, 2018
Merged

Faster Krom #805

merged 1 commit into from Apr 13, 2018

Conversation

luboslenco
Copy link
Contributor

@luboslenco luboslenco commented Apr 13, 2018

I continued my profiling session, results from the matrix-math heavy demo:
hxcpp/hlc - 6ms
krom before - 11.2ms :(
krom now - 5.1ms :)

These should be all non-breaking changes, passing matrices is much faster now and I even got V8 to share the vertex/index buffers directly with Krom, so less memory usage & no copy.

And this is still without the 32bit float math. Back to the wasm experiments!

To go with Kode/Krom#68.

@RobDangerous RobDangerous merged commit 141d0d0 into Kode:master Apr 13, 2018
@skial skial mentioned this pull request Apr 19, 2018
1 task
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

Successfully merging this pull request may close these issues.

None yet

2 participants