Fabian Murariu

Results 16 issues of Fabian Murariu

# Feature Request ## Summary Query optimization is a hobby of mine so if I miss something do let me know. I've been comparing Xu's paper and the original Columbia...

OS Ubuntu 20.04 on DELL XPS 9560, any suggestions? It's getting the `Got connection handle` quick then it gets stuck the Wii Settings version is `Ver 4.3E`

This is more of a question rather than an issue, we're using `parking_lot` with genawaiter to get an iterator without lifetime from a struct. ```rust use genawaiter::sync::{gen, GenBoxed}; use genawaiter::yield_;...

I'm trying to get heed + lmdn and rkyv to do zero-copy de-serialization but I'm getting `Error: Decoding(ContextError(ArchiveError(Underaligned { expected_align: 8, actual_align: 1 })))` is there a way to get...

### Describe the bug This happens in 37 it works in 36 EnforceDistribution fails with `"PhysicalOptimizer rule 'EnforceDistribution' failed, due to generate a different schema, original schema:` ### To Reproduce...

bug

- rename raphtory-storage to raphtory-demo - rename examples to demo - move python notebooks and random python files that use raphtory in demo - move all things rust that use...

can return a reference (might not actually need to clone) _Originally posted by @ljeub-pometry in https://github.com/Pometry/Raphtory/pull/1695#discussion_r1691390467_

Rust Core

hmmm, we can revisit this, passing a reference around in the input is no longer useful as we can always get it from the graph now. _Originally posted by @ljeub-pometry...

Rust Core

`AsNodeRef` as currently implemented encourages problems as it means that if we use a node from a different graph to insert it into an existing graph, it will use the...

Rust Core

The reference here does not do anything, also, while you are editing this, there is absolutely no reason for this to return a `Result`. Also, no need to use `GID`...

Rust Core