Mads R. B. Kristensen

Results 162 comments of Mads R. B. Kristensen

> > It might be possible to do in a decorator that could replace cached_property. Would that be sufficient? > > Yes, I think it would be a significant improvement...

> `cached_property_delete_column_when_spilled` needs the property to return a `Column`, but what about cached properties that possibly return buffers or arrays? Would each of those need a custom `cached_property` specialization that...

@shwina, I have generalized and renamed the decorator. Now, it can be used everywhere with no ill effect. 

> @madsbk is this still something that we want? If so, at this point should it still wait until after you've done the final merging of COW/spilling to avoid conflicting...

@harrism and @wence-, the PR is read for a new round of reviews. I have added a "profiler" decorator that make it easy to profile specific functions. cudf can use...

> Is there any conceptual issue we should be aware of there? Since uproot is pure Python, I guess you want to use KvikIO's Python API, which should look a...

> OK - thanks @madsbk @bdice. I had read the quickstart, but became curious about performance penalties stemming from any conceptual issues with using the python bindings when I saw...

> Is there any reason why I would start getting memory errors on a 40GB slice of an a100 when trying to allocate more than 10 GiB or so? Are...

@wence- thanks for the review, I think I have addressed all of your suggestions

@KyleFromNVIDIA, what is the status of the building work? Is it ready for review/merge?