cursorless icon indicating copy to clipboard operation
cursorless copied to clipboard

grapheme popularity as hat metric

Open josharian opened this issue 1 year ago • 3 comments

Checklist

  • [-] I have added tests
  • [-] I have updated the docs and cheatsheet
  • [-] I have not broken the cheatsheet

josharian avatar Jan 20 '24 00:01 josharian

@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)

josharian avatar Jan 20 '24 00:01 josharian

Test failures are TODOs intentionally left in the code for now.

josharian avatar Jan 20 '24 00:01 josharian

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?

pokey avatar Jan 21 '24 13:01 pokey