-
report submitted via email on 2022/06/13 at 08:43 UTC
# Gas Report
## Table of Contents
- [Caching storage variables in memory to save gas](#caching-storage-variables-in-memory-to-save-gas)
…
-
The current activation script has accrued too much technical debt. There are a couple long-standing issues with it as well, such as permissions being set to parents too far out of their context (`/var…
-
Update: I just took a gander at [the source code](https://github.com/RichieHakim/sparse_convolution/blob/7aea68f92c8516cbc148235d4243a898138d4270/sparse_convolution/sparse_convolution.py#L10) and foun…
-
This issue tracks adding error correcting codes to the data stored in the repo. The discussion started in #628.
#256 is also connected, adding ECC may solve it as well.
-
The design of the Mojo references subsystem is starting to come together. To finalize the major points, it helps to come back and re-evaluate several early decisions in Mojo to make the design more se…
-
As of now, HDK's heterogeneity looks like this:
- We have X fragments, when we schedule them on a GPU, it will receive X kernels, X fragments and execute kernels sequentially.
The currently disa…
-
This is a tracker for investigating improvements in the Firecracker networking stack. We are mainly looking to improve
performance (throughput, latency and CPU utilization) of the emulation logic. Ho…
-
Numeric inputs are one of the most common and fundamental forms of user interaction in a dashboard or application. Bokeh offers Slider, Spinner, and TextInput widgets that allow specifying numeric v…
-
### Describe the feature/enhancement
Include a hash of audiobooks with the metadata so that if files are moved locations, the metadata will still apply.
Currently: I have a perfectly good library …
-
The Python interface where possible uses `inplace_predict`, which is fater than creating a `DMatrix` object for making predictions. The R interface OTOH always uses `DMatrix`, which requires 2 redunda…