-
I wrote some test code:
```zig
const Chunk = @Vector(32, u8);
export fn foo(vec1: Chunk, vec2: Chunk, vec3: Chunk, vec4: Chunk) Chunk {
const true_vec = @as(Chunk, @splat(0xFF));
co…
-
As discussed in #8659, the trigonometry-heavy implementation of [`DistanceOnSphere`](https://github.com/organicmaps/organicmaps/blob/d5a5ad96f5c3f7f9c0582e892476ffb58702aa58/geometry/distance_on_spher…
Tmpod updated
4 months ago
-
### Zig Version
0.11.0-dev.753+331861161
### Steps to Reproduce and Observed Behavior
I thought this was covered by #12215, but now that it is fixed I still get terrible performance.
Here is a sim…
-
I encountered a few post-funding steps that could benefit from extra information to improve the developer experience, especially for newbies. These are the bits that could use extra info/helpful links…
-
### What type of bug is this?
Performance issue
### What subsystems and features are affected?
Compression
### What happened?
Running query from https://docs.timescale.com/tutorials/latest/blockc…
-
Hello, first of all I am sorry if I've failed to do sufficient research on this topic and am fundamentally misunderstanding some core aspect of the WASM GC extension, please let me know if that is the…
-
Here are two comparisons of opening a file on a posix file system using h5py and pyfive:
```
python opening_speed.py
File Opening Time Comparison
h5py: 0.015273
pyfive: 0.005531
Additional …
-
well, i really love the result you get when combine ClimaticBiomes+RecurrentComplex, but a friend tested how much we lost in performance with this mod and he told me that the chunks load very slow wit…
-
### What type of enhancement is this?
Performance
### What subsystems and features will be improved?
Adaptive chunking, Continuous aggregate, Partitioning, Query planner
### What does the enhancem…
-
I was making use of `produceAsync` in combination with `ZIO.foreach` to achieve batching / sending multiple records in parallel.
While I was expecting this to be slightly slower than the `produceCh…