Gareth Andrew Lloyd
Gareth Andrew Lloyd
Will do later today. Just out on a walk with my SO.
Fixing the mask, that is a very nice trick.
@lemire unroll still improves performance on my machine even with the hardcoded mask. This time I did enough runs to get error range. ``` PartialRadixSortBenchmark.BM_newNew 1000000 avgt 10 3.346 ±...
I get the point about `partialRadixSort` shouldn't be used in production. Particularly with my 100M array example. In my case the code I'm refactoring is a localised change, converting from...
> @antoniofilipovic or @Ignition If it is solved, can you please link the resolving PR and close this issue? #1715 I think
@kgolubic tagged for documentation We need to change https://memgraph.com/docs/fundamentals/storage-memory-usage > Each Vertex object has at least 112B + 56B for the Delta object, in total, a minimum of 168B. 112B...
Salient parts, multiple paths created, `WITH *` matters `UNWIND RANGE(1,2) AS i CREATE p=() WITH * RETURN DISTINCT p;`
I have a branch where I done the refactoring required, just need to add in the functionality.
@Apidcloud FYI the `point` datatype will be part of v2.19 as a soft release (undocumented). If that works for your use-case then that is good news. We will be working...