-
too slow
-
Right now we're just calling the NIFLY library's optimize meshes, which seems to result in some invisible meshes. We need to look at what optimize actually does and probably not do all of it depending…
-
```ll
; Build with opt --passes='dse' -debug
; Function Attrs: mustprogress nounwind uwtable
define dso_local void @_Z9eaot_testv() {
store i32 3267512, ptr inttoptr (i64 68719476864 to ptr), …
-
### Summary
It might be useful and beneficial to enable below `auth_cache_*` settings. These are suggested as part of the [Performance tuning](https://doc.dovecot.org/2.3/configuration_manual/perfo…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### What happened?
I noticed that there are many lines of code, images and code comments which are not being used.…
-
### Bug description
I may be wrong but, I figured that using nocache tag, even with the select parameter set to restrict which variable to hydrate... the whole template context seems to be stored i…
-
this should not need the whole batch container, it should work on subset:
https://github.com/bedapub/designit/blob/fb873c1c7c85f186d3fcae26156f0224d114250f/R/score_plates.R#L80
list of lists, shou…
-
At the moment there are several tests taking longer than they should , i.e.
```
--- PASS: TestAccKubectl_WaitForRolloutDaemonSet (19.67s)
=== RUN TestAccKubectl_WaitForRolloutStatefulSet
--- …
alekc updated
1 month ago
-
### Description
News feed page retrieves ALL posts of friends on one page, this needs to be optimized, maybe pagination?
### Acceptance Criteria
- [ ] Write an SQL query using Kysely that sat…
-
We currently store raft entries in nested protobufs[^1] (`RaftMessageRequest` contains `raftpb.Message` contains `[]Entry` contains in its `Data []byte` field (after stripping a prefix) a `kvserverpb.…