Jules Aguillon
Jules Aguillon
This changes the colors of the bottom row keys and of the shift and delete keys. The intention is to make the keyboard feel less complicated. I hope this can...
On top of https://github.com/ocsigen/ocsigenserver/pull/267 https://github.com/ocsigen/ocsigenserver/pull/268 https://github.com/ocsigen/ocsigenserver/pull/266 The first commit are the changes automatically made by this tool: https://github.com/Julow/lwt-to-direct-style with the following options: ``` lwt-to-direct-style --migrate --eio-sw-as-fiber-var=Ocsigen_lib.current_switch --eio-env-as-fiber-var=Ocsigen_lib.env ``` The second...
I wanted to save the benchmark results into a CSV and found that it was quite difficult to deal with the current API. The code in the examples folder uses...
`Minor_allocated` was showing a result of `0.0000 mnw/run`, possibly because my benchmarks weren't triggering minor collections. With this change, the results seems more accurate but the R² is low (printed...