SeanW

Results 24 comments of SeanW

Thanks, @guteksan ... it's great to see Restinio included in the benchmarks and overall do quite well. I'm not sure Restinio deserves 1/5 for a dependency that's nearly 5 years...

Just checking in re this topic, and whether this would allow some level of runtime free space indication through an application-level API? Or, is there a plan to make pmempool...

My reference to pmem/pmdk#4127 was that I understand it wouldn't be possible for an application to do a two phase commit in the same thread while issue pmem/pmdk#4127 exists. We'd...

Just adding a few more use potential use cases - - Even on a single socket system, having two pool files in the same namespace seems to be faster than...

Adding xref to https://github.com/pmem/libpmemobj-cpp/issues/752 - re having to limit functionality due to lack of support for cross pool commits. @marcinslusarz I've found having multiple separate pools and striping objects across...

I've created a [multipool test utility](https://github.com/axomem/multipool-test) to test some of my assumptions/issues re multipool performance. Some initial results are here https://github.com/axomem/multipool-test/issues/5. Running write transactions in 48 threads is ~4x faster...

The arrays 2.5 million items of struct with a char member, however during writing (where there is the biggest difference) - only a single char is being written to in...

Coming from an operations perspective, can we also include shrinking pmem files? I can imagine its harder, as we'd need to move the live data back within the target smaller...

In general yes. However with fragmentation it might be misleading too, so it can only be taken as an indicator. Eg, If someone looks at their pool and it reports...

@pbalcer if this is too far out of scope lets close this?