-
This is an RFC-like redesign proposal for the API and internal representation of `Bytes` and `BytesMut` to eliminate performance costs not warranted by the actual usage, and enable performance optimiz…
-
We need to have concrete actionable asks for the libp2p team to be surfaced at their meetup next week and tentatively incorporated into their 2019 roadmap planning.
Rough ideas from various 2019 pl…
-
There have been many proposals for how to simplify error handling in Go, all based on the general complaint that too much Go code contains the lines
```
if err != nil {
return err
}
```
…
-
Join in for the weekly Monero Research Lab meeting.
**When**: Monday, 2 September 2019 @ 17:00 UTC
**Where**: #monero-research-lab (freenode/matrix)
**Agenda**
1. Greetings
2. Roundtable
a…
-
For batches of Pedersen hashes dramatic savings can be made by storing intermediate values.
Details:
The Sapling Pedersen Hash by @ebfull and @daira splits the input into windows of 3 bits.
Assoc…
-
Join in for the weekly Monero Research Lab meeting.
**When**: Monday, 9 September 2019 @ 17:00 UTC
**Where**: #monero-research-lab (freenode/matrix)
**Agenda**
1. Greetings
2. Roundtable
a…
-
I wish to setup for the online-only benchmarking of cowgear-party.x, how can I run Fake-Offline.x to do so?
Moreover, can you please specify which paper is the protocol being emulated by ./Player-Onl…
-
See this interesting thread: https://github.com/zcash/zcash/issues/2234
See MiMC: https://eprint.iacr.org/2016/492.pdf
-
When using a parallel iterator if a panic happens in one of the threads that doesn't stop more threads from being launched. This is a surprising behavior since in the equivalent sequential code the lo…
-
First off, apologies for the amount of code. This is the smallest working example I have of the issue.
The attached optimization problem attempts to maximize the following formula where the w's ar…