-
-
Currently the only way to declare new handler functions from `ManagerHandler`s is to dynamically allocate listeners along with state structs.
However, often it's not necessary since the same handle…
-
Continuing the discussion from https://github.com/opentracing/opentracing.io/issues/31
cc: @dkuebric @bensigelman @bogdandrutu @yurishkuro
-
Right now there is no support for HTTP/2 using `sendfile` to send DATA frames. This is potentially inefficient for implementations that are able to send really sizeable DATA frames. Given that `sendfi…
-
-
Hi Chris,
Trying to run your Cuda LATCH implementation code.
Had fixed the broken compilation issues with min.cpp. On execution I couldn't get the descriptors after the "latch" method call. Had cop…
-
# ISSUE
## Overview
As part of our security work, we are concerned about attackers executing arbitrary code and getting access to sources of randomness. This might allow them to e.g. vote agains…
-
Just wanted to say this is a cute project. I have been studying and wanted to share my notes.
---
Current contract call costs 22 gas.
https://github.com/projectchicago/gastoken/blob/master/co…
-
Sparse arrays stores `irv` and expose it via a proc `IRV` to keep track of the "Implicitly Replicated Value".
Obviously, 0 is the most common value for this value. This is such a common case that t…
-
Mozjpeg supports BMP files as input but not recent versions of the BMP format. It currently supports up to BMP version 3. It would be useful to support versions more recent than that.
In particular, …