nilsbecker
nilsbecker
i noticed that my simulation-minibenchmarks spent most of their time in weak array creation and garbage collection. here is a naive attempt at reducing this load. the result is that...
I was looking for something like `S.switch` or `E.switch` but for an `'a event signal`. So basically `fun sig_of_events -> sig_of_events |> S.changes |> E.switch E.never`. Is this available in...
it would help debugging the logic of a react program to be able to see the full dependency graph in some way. especially if signals/events are created dynamically. for instance...
a feature request: i would like to be able to have access to the same python process from ocaml and from an interactive jupyter python session (console, qtconsole, notebook). in...
the array of bin ranges should have length n_bins + 1.
i get this output: ``` opam install tensorflow The following dependencies couldn't be met: - tensorflow → core_kernel < v0.9.0 → sexplib < 113.34.00+4.03 → ocaml < 4.06.0 base of...
As discussen in #33 it appears useful to have a parallel_map function over arrays. The signature would be `val parallel_map : Domainslib.Task.pool -> ('a -> 'b) -> 'a array ->...
hi, recently i have noticed laggy behavior when editing a small to medium sized dune project in vim. i tried to debug it by using `:profile start profile.log` , `profile...
Maybe that could help clarify the last two items a bit more?
Tridactyl version: 1.20.2 Firefox version: Mozilla Firefox 82.0.3 Operating system: mac * Brief description of the problem: tridactyl applies heavy visual highlighting of clickable elements following vimperator but unlike vim-vixen...