-
per [@naugtur's comment](https://github.com/endojs/endo/pull/2310#discussion_r1721596490):
> not all of these must make sense, I'm "thinking aloud":
> `compartmentDescriptors` are not changing b…
-
Currently, for each image frame, the metal file is run c+1 times, where c is the number of classes. Thus, processing the image once for each class, and one more time for all at classes together. Each …
-
CPU = 100%, gotta fix it
Wotuu updated
1 month ago
-
Players are always eager to find new ways to speed up their games, and they have requested the following two features as items that would improve the speed/flow of the strategy phase.
The first is …
-
### ODC version
4.3.2
### OB version
no related
### What happened?
![image](https://github.com/user-attachments/assets/0f651c05-3b46-4d92-bb80-c9e18696eb11)
Logic libraries, when loaded, should…
-
Hi!
Just read your [article](https://blog.yossarian.net/2024/10/27/Now-you-can-have-beautiful-clean-workflows) about the tool - I highly appreciate such a tool since I am also a person who is inter…
-
Changed the code a bit so the GPU would like it just a tiny bit more:
Changed all possible data types to unsigned, I thought I saw a tiny improvement on d_maxOnes, but this should be analyzed more; m…
-
Hi Khalid,
Nice work!
one easy optimization is to move the reallocation (the following line) outside the loop,
https://github.com/shagrouni/langs_string_build_test/blob/0ad3e09395a8452abb6a3…
-
Hi,
I'm compiling the following OCaml code with Wasocaml:
```ocaml
type 'a list =
| Nil
| Cons of 'a * 'a list
let rec aux p = function
| Nil -> Cons (1, Nil)
| Cons (hd, tl) -> …
-
what is the current status for jit translation-to SIMD/NEON instructions in relation to the RISC-V instruction set ?