-
In the attached example, we create three types;
- ID, in ClassLibrary1
- ID2, in ClassLibrary1, which relies on ID
- ID3 in ConsoleApp1, which relies on ID2.
In each of these we override equality an…
-
The current chunk strategy is not working optimally for turbo_seti.
-
Rust recently introduced support for [Profile Guided Optimisation](https://doc.rust-lang.org/rustc/profile-guided-optimization.html) it would be nice to investigate if / how this affects tremor and if…
-
Things that documentation or common sense suggests might improve performance with MLNX_OFED
- using contiguous pages for MRs
- batch up acknowledgement of events
- setting environment variables to mak…
-
Hi,
I'm an happy user of LimeReport, but I got some problems on slower machines (1,44GhZ Intel Atom Z8300) where LimeReport uses up to 12 seconds for "createPreviewScene" or "printReport". I used 1…
-
The following features have proven to be useful and should be implemented before the first release:
1. Formula trimming for A and B
2. Reuse of Tseitin variables
3. Depth based clause deduplication…
-
Hello!
I am currently working on optimising cs2 parser.
cs:go parser is fast, but cs2 is several times slower. I could not figure out why myself tho :(
Mb you have an idea what parts of the code …
-
For this program (with #2687 merged to support non-elementals and array notation):
```
program where_test
integer, dimension(10) :: a, b = 0, c = 0
a = (/1, 2, 3, 4, 5, 6, 7, 8, 9 ,10 /)
…
-
### Information
- **Qiskit Terra version**: 0.10.0
- **Python version**: 3.6.9
- **Operating system**: MacOS Mojave
### What is the current behavior?
If there is a ZZ pauli exponential with…
-
While the testing version now using sparse matrices, the main branch does not (easier to work with).
Improve RAM usage through other methods - can we switch all arrays to single?