-
The 1.x view module's codebase is getting increasingly harder to reason about and properly optimize. Rather than trying to fight perf death by 1,000 papercuts, I've decided to test a clean-slate rewri…
-
We recently adopted parallelized functions for the aggregations of bitmaps, e.g., ``ParallelAggregation.or``. See https://github.com/RoaringBitmap/RoaringBitmap/pull/211
Optimization in such cases…
-
We should improve the performance of attribute routing. We did some work in 1.0.0 to implement a scalable algorithm, but we didn't really do any optimization work on the code.
For perspective, the …
-
The proving key consists of five parts - PKA, PKB, PKC, PKK, PKH
that are used *independently and sequentially* when constructing the joinsplit proof.
Currently, they are all loaded in memory togeth…
-
Please answer these questions before submitting your issue. Thanks!
### What version of Go are you using (`go version`)?
go version go1.7.3 linux/amd64
### What operating system and processor archite…
-
In 739f413, the metrics were changed to use a `UniformSample` with a hard-coded 1024 reservoir size. This makes latency metrics for services with non-uniform load very skewed. For example, if our serv…
-
There seems to be an opportunity to cache or otherwise improve the performance of `PropertySourcesPropertyResolver` (see https://github.com/dsyer/spring-boot-startup-bench/blob/master/startup.adoc).
dsyer updated
6 years ago
-
I am trying to describe an architecture.
In my description, the logic block consists of N Basic Logic Elements (BLEs).
But with respect to the classic architecture, the BLE does not use a multiplex…
-
Discussions for aspnet/Announcements#69
-
thanks Joao for this awesome repository :)
Autonn saves all variables in network evaluation, including those in layers which do not need the forward pass for derivative computation, like reshape, r…