-
Instead of straight extracting from the source a option to auto copy a archive first then extract locally into the cache for a performance boost on more bottlenecked attached storage.
For example t…
-
The exporter (for better or for worse) will always run `IModelDb.elements.getElement` on all elements. The new polymorphic ECSQL query syntax `SELECT $ FROM bis.Element` allows us to use one query to …
-
Identify processing bottlenecks that will be desirable/possible to tackle for the 1.9.0 release date (i.e., parts of QIIME that can be optimized for better performance). Post ideas here so that we can…
-
```
We do quite alot on page unload on IE; investigate whether this is a
performance bottleneck at this point for complicated interactive SVG files,
like Michael Neutze's map demo.
```
Original issue…
-
```
We do quite alot on page unload on IE; investigate whether this is a
performance bottleneck at this point for complicated interactive SVG files,
like Michael Neutze's map demo.
```
Original issue…
-
```
We do quite alot on page unload on IE; investigate whether this is a
performance bottleneck at this point for complicated interactive SVG files,
like Michael Neutze's map demo.
```
Original issue…
-
```
We do quite alot on page unload on IE; investigate whether this is a
performance bottleneck at this point for complicated interactive SVG files,
like Michael Neutze's map demo.
```
Original issue…
-
This module has an `incomingStreamTimeout` option that closes an incoming stream if data isn't received after that many ms.
It uses an `abortable-source` which [has been shown to be a performance b…
-
It looks like there's no support for array and matrix operations in `linear_expansion`, e.g. `broadcast`.
I also have found that the workaround of performing `scalarize` on everything prior to `lin…
-
Apparently users have reported crashes while scrolling through waves too fast, my guess is there is a performance bottleneck because of processing renderHTMLs in a long list of waves.
As suggested …