-
-
Couldn't load subscription status.
- Fork 91
grapheme popularity as hat metric #2190
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
Conversation
@pokey @AndreasArvidsson et al, now that we record command history, we can run experiments!
this is a tweak to the hat allocator that I have been using in my local install for ages (so I'm pretty sure it's not a disaster). there are some performance improvements we would want to make before actually submitting the code, if the functionality is as good or better than the current hat allocator. (I think the code is both simpler and faster to execute than the current allocator, so the bar here is just to not be worse in real world use.)
want to install it locally and gather some stats? (it is okay if the answer is no. :P)
Test failures are TODOs intentionally left in the code for now.
I'd prefer not to break my update chain to experiment with this one. How hard would it be to feature flag it and keep track of flag value in log?
Checklist