Thorsten Hater

Results 225 comments of Thorsten Hater

Hi @AdhocMan, sorry for adding to an already long list of comments, but this topic has been near and dear to my heart for a long time. Thanks for taking...

Hi @AdhocMan, I'd like to propose a way that solves the spatial query requirement and buys us much flexibility in the longer run. I am expecting people to start using...

Here's another design-level bit of feedback: I'd like to isolate the user from the actual `gid` (and similar low-level bits and bobs) as much as possible. Rationale for that is...

The advantage of the user-defined metadata approach is that it is infinitely extensible. Overheads are in the range of: 1x `typeid` for the tag and 1x `void*`, ie quite bearable,...

Hi @AdhocMan, this looks lovely, judging by the Python example. If you want some ideas on possible improvements, see below. ```py # create a chain ring = f"(chain (gid-range 0...

Would this work? ```py dict['num-cells'] = f'(scalar {self.ncells})' dict['open'] = '(gid-range 0 num-cells)' ``` ? > The (distance-lt ...) expression signals internally the use of the octree. With a general...

@Helveg Hi, maybe this is interesting to you and you could give us some feedback here.

@w-klijn could you give it a read? I'll take care of the technical bit, so focus on the API from the viewpoint of a domain scientist.

Hey @jlubo, thanks for adding this. Could you run `black .` and push the results? That'll make the Linter check pass.