-
Office is trying to adopt gsl::span more broadly, but we are seeing some unexpected performance regressions when compiling with clang:
A - range-for loops
B - std algorithms
On a mail thread @Stephan…
-
There's a noticeable speed issue in the current implementation. Investigate the root cause of this performance bottleneck and implement optimizations to improve overall system speed. Likely this can b…
-
dev note:
Test performance for big networks
- rendering
- score calculation
-
CassandraJournalStatements.scala
```scala
def selectHighestSequenceNr =
s"""
SELECT sequence_nr FROM $tableName WHERE
persistence_id = ? AND
partition_nr = ?
O…
-
Function `resolveSAWTerm` in module `SAWScript.Crucible.JVM.ResolveSetupValue`, which is used to implement `points_to` declarations when running method overrides, can cause extreme slowdowns in symbol…
-
IDLE - 4 cpu (free 99%), 16 gb (free 12gb)
```
commit a0de726a471d8662f9841d8c8768c1ef2a31ddb8 (HEAD -> main, tag: v1.9.0, origin/main, origin/HEAD)
Author: github-actions[bot]
Date: Thu Aug …
-
Check results - from AIList readme:
0, 4 | 7.512s | 14.102s | 6.573s | 11.430
-- | -- | -- | -- | --
whereas our ~80s:
test Coitrees-Medium-Medium-6-8-chainRn4-chainVicPac2 ... bench: 82630613…
-
### Problem Statement
The Hyper-V integration in windows_exporter is missing a key performance counter for memory monitoring, per
https://learn.microsoft.com/en-us/windows-server/administration/p…
-
Doing tests on random programs of different sizes generated by csmith, and the timeout point is consistently the constant prop solver with SSA, this should definitely not be the bottleneck so somethin…
-
### Summary
The logging framework parser has been implemented (#4261, based on #4260), so deeper analysis can be done to identify bottlenecks & improve performance. The ultimate goal is to help ach…