-
Mostly filing this as an issue so I don't forget. If we took another header character to indicate a second layer of SSS, this would enable encrypted shards. (Which are useful temporarily for transport…
-
Currently, ISPC only has native support for a handful of transcendental functions and only at single precision. Recently, Intel has open sourced their SVML library (see https://github.com/numpy/SVML)…
-
I have a Clevo P650SE-A(Sager NP8651) with NVidia GeForce GTX970m and Intel HD5600, the laptop does have a LED that shows if the discrete GPU is being used or not.
I got bumblebee successfully working…
-
https://github.com/spring/pr-downloader/blob/master/src/Downloader/Rapid/Sdp.cpp#L197-L205
This closes each downloaded file, then reopens/rereads and checks md5:
https://github.com/spring/pr-downloa…
ghost updated
9 years ago
-
Can we use the web crypto api across the board instead of node crypto? This could make this library fully compatible not only with traditional node environments and browsers, but also relatively newer…
-
In this issue, we should collect tips and tricks with reactive systems and dataflows.
These are not particularly advanced topics but the markdown support on GitHub makes it easier to write them up.
…
-
The following is a **draft** of a protocol extension.
Versions:
* 2013-04-25: initial draft
# File-Transfer Protocol (info-dict extension)
The Magic Wormhole File-Transfer Protocol involv…
-
In some cases loops are cloned with no performance benefit, and it would be better to not clone the loop at all, as the jit would run faster and produce smaller code.
For instance in benchi\iniarra…
-
**Do you want to request a _feature_ or report a _bug_?**
feature
**What is the current behavior?**
I really like the idea of background epics because it provides an intuitive way to handle multipl…
-
## C4-001: Revert String Size Optimization
## C4-002 : Adding unchecked directive can save gas
## C4-003 : Check if amount > 0 before token transfer can save gas
## C4-004 : There is no need to assign…