Łukasz Plewa

Results 43 comments of Łukasz Plewa

What is a design and use case of the dax provider? Only to help "mmap" it? As free is not supported?

> I think we should only ifdef things that will _never_ work on Windows or use nix-specific things (like file descriptors). Things that are currently unimplemented (but will be eventually)...

> Which API do you mean? Do we have a list? ``` $ diff umfMemspaceCreateFromNumaArray 30a32,35 > umfMemspaceHighestBandwidthGet > umfMemspaceHighestCapacityGet > umfMemspaceHostAllGet > umfMemspaceLowestLatencyGet ```

> since this is about `.def` and `.map` files - isn't this related to/duplicate of #566 ? No - this is only similar issue: - those issue is about functions...

> Note that copyright check failed. Need to update the year. Done

> If result of `getObjectSize()` must fit to `uint16_t`, why not change it return type to `uint16_t`? And move the related `assert` inside. Because it is scary change to do...

> > Because it is scary change to do few days before deadline. > > To late in the release circle is a good point. Could the TODO be added,...

> > > > Because it is scary change to do few days before deadline. > > > > > > > > > To late in the release circle...

Maybe we should merge those flags in to one? UMF_USE_HWLOC=[Dynamic, Static, Disable]

I vote for option 5. Cache on user side is not compilcated. We just have to document, that memory properties do not change, so user can cache them. There will...