-
I've been wishing that Guava could be used as a light-weight JCache provider. Does it make sense for Caffeine to be a JCache provider? Or is it too early for consideration?
https://github.com/jsr10…
-
Lasagne `Layers` compute their outputs by calling `get_output()` recursively on their parents. When a network has a tree structure, which is usually the case, this works fine. But when a network has a…
-
I wonder if there's already a plan about how decisions will be taken within the backdrop project in the future.
Is there a defined process or will @quicksketch finally decide everything on his own?
W…
-
Erlang provides exit(Pid) to terminate a process, and an exit(Pid, Reason :: any()) overload which allows the 'to be exited' process to grok **why** it is being stopped, which turns out to be very use…