-
## Development Task
We currently have the `raft-entry-max-size = 8M` default setting to avoid performance bottleneck in storage layer (raftstore? rocksdb? IO?) Need to investigate what the bottlene…
-
Thank you for this interesting study on vocabulary scaling laws.
I'm curious if you ran any experiments comparing the performance of Llama 2 models with larger vocabularies as predicted by your ap…
-
I used the Prometheus C client in a high performance network server application. Each server request increments a few prometheus counters (request count, bytes transferred, etc) and observes a few pro…
-
Profiling `IF_curve_LIF.py` and `IF_curve_Hodgkin_Huxley.py` examples from `brian2` shows that the performance bottleneck is the spikemonitor kernel.
Below are profiling results (using `nvprof`) for …
-
### Description
I have an endpoint that only uses root middleware to setup CORS for Shelf, like so:
```
Handler middleware(Handler handler) {
return handler.use(requestLogger()).use(
fr…
-
## Summary
When building the performance tests for #167 , I realized that even the input would become slow when lots of elements were on the page. In the performance tab on chrome, I saw the followin…
-
### Bug report
I'm trying out a new approach to icons.
Gist here: https://gist.github.com/SamMousa/786b5eb6c8f9d8b6d1aa8aca658f793b
tldr; this is an `UnitEnum` that has ~ 7500 cases.
It co…
-
- [ ] Identify minimum resource requirements (workers, cpu, mem, storage)
- [ ] Create Step-Tracking/Alert based scaling policy
- [ ] Validate scaling actions
- [ ] Implement Agility to the ECS tasks…
-
## Feature Request
### Short Description
As a user, I have multiple clients which consume KubeArmor alerts. Some of them can consume at a faster rate than others without getting overwhelmed. Thu…
-
Hi there.
I found your library when I was looking for Nauty alternative for Java. Without any offence, after adapting your code I was disappointed its issues and performance. Then I managed to writ…