zrlio / darpc

DaRPC: Data Center Remote Procedure Call
Apache License 2.0
52 stars 17 forks source link

Add memory pool and register memory regions only once. #3

Open asqasq opened 6 years ago

asqasq commented 6 years ago

This pull request contains changes to improve the number of IOPS:

In addition

Note: This PR and the corresponding Crail PR have to merged together

asqasq commented 6 years ago

DaRPC uses now a very simple memory pool, which implements a simple interface.

Most of the comments were about the memory allocator. I fixed most of them, but finally removed the memory allocator.

Please have a look at the newest version.

asqasq commented 6 years ago

Addressed Jonas' comments and uploaded new version of the code to the PR. Please have a look. Thanks Adrian