-
**Description**
When using ReadySet with MySQL, we are not being consistent on how we decide to interpret bytes/bit values.
Consider this example:
```
mysql> CREATE TABLE t (x bit(3));
Query OK, 0 …
-
We could replace the `[]uint64` bit vector implementation we currently use with a `[]byte` implementation. This can save up to 7 bytes per bit vector in unlucky cases, where the bit vector must use on…
-
Hey! Let's use rosette to implement `contract-generate`. Some ideas / motivations:
- could give "free" implementations of generate (instead of needing to make one for `positive?`, ... all by hand)
-…
bennn updated
7 years ago
-
A benchmark between a classical array approach and node-ewah's bitvectors approach would be great to capture how much powerful node-ewah is (or is not).
Nice project by the way !
-
Currently sortmerna is targeting the x86-64 architecture and not the ARM64 architecture. Is this means that sortmerna cannot be compiled on ARM64 on mac computers?
-
**Is your feature request related to a problem? Please describe.**
Maybe you have following code:
```vhdl
Pipeline : process (clk) is
begin
if rising_edge(clk) then
if Wen_i = '1' then
…
-
This is a task tracker for all issues related to floating point.
The following is a full list of all the bfloat16 operations we need to support organized by priority. In general if these can be gen…
-
https://ci.eclipse.org/openj9/job/Test_openjdk11_j9_special.system_ppc64_aix_Nightly/58/
aix71-p8-5
```
OpenJ9: db73f46
OMR: cfd6690
OpenJDK11: 1553321 - openj9-openjdk-jdk11
```
Not sure if th…
-
Hi all,
This is Qihoo360 CodeSafe Team, we found dead code issus in `yasm`, see
https://github.com/yasm/yasm/blob/e256985c4929f4e550d8f70cad5fb936f81b7b06/libyasm/bitvect.c#L300. The `break` stateme…
-
In #346 the implementation of `:readByteArray` was changed to turn the input file into a huge number and bind `it` to `split` applied to the huge number, to reduce memory usage compared to building up…
qsctr updated
2 years ago