-
As currently proposed, DOM parts makes it easier to build templating solutions using ``. However, in reality, most templating solutions are intended to be used both in the client and on the server to …
-
I previously noticed that the Hash implementation of IdpfInput is slow, because it iterates over the bit vector, and feeds each bool into the hasher, one at a time. This was a bottleneck while working…
-
This was brought up by Joseph Perez on the mailing list. The problem is that this is a fairly common idiom:
```python
from __future__ import annotations
from typing import TYPE_CHECKING
if TYPE_CH…
-
[https://github.com/tesseract-ocr/tesseract](url) Tesseract is an open source ocr which is used by wikisource in different languages such as english, polish, french, Bengali etc.
Recently Tesserac…
-
1. verify the deeplab detector works on the cori gpu nodes.
2. verify that it is faster than when run on the cpu
3. document options for using gpu in rtd docs(see issue #349)
-
Load reduction results are now computed for upstream source controls (sweeping), tmnt bmps, and downstream src controls (line cleaning).
We need to vision out how to surface these results for the …
-
Netty HTTP performance has changed **A LOT** recently hence I suggest to:
- bump up from 4.1.75.Final to latest available and use epoll native (or io uring through the incubator -> https://github.com…
-
Hi, I add the recent update on the waymo dataset to the previous version of OpenPCDet (maybe June2020 version), and train second/PartA2 on the waymo dataset. I do not modify the preprocess script and …
-
Currently we iterate over all tiles for each call, we can maintain some data structure within the position to iterate over these faster.
Need to measure the performance bottleneck before optimizing t…
-
# HERA:
I have fixed the simulator such that the proper models of source, gain, fluctuations, cross talk and rfi are simulated. The generation script will need to be refactored and comitted to the re…