ylw
ylw
Maybe there are places in your program that use `mmap`, and this memory cannot be tracked by jemalloc? You can take a look at this issue https://github.com/jemalloc/jemalloc/issues/2785
You can use `malloc_stats_print` to check Jemalloc memory statistics.
> > You can use `malloc_stats_print` to check Jemalloc memory statistics. > > We have tried but the report does not works because it only shows the bins or extents...
Hi @rienath, @nazarii-piontko. I've also been doing some work related to `ALP` recently. ALP implements a two-level sampling mechanism to find the correct encoding method and parameters.The first level samples...
> > > There is already an implementation available: https://github.com/cwida/ALP > > > > > > Thank you for the hint. As I understand it, this is a reference implementation...
Hi @alexey-milovidov , I'd like to work on "ALP Compression for floating point data".