Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Release v1.0.0

Latest
Compare
Choose a tag to compare
@tanghaodong25 tanghaodong25 released this 22 Jul 04:40
· 19 commits to master since this release
743f7bb

This is the 1.0.0 release of HPNL. This release contains the core components of HPNL, including C/C++/Java interface, unit-test, and several examples.

C/C++

  • support RDMA send/recv/read interface.
  • add boost pool based memory pool for RDMA usage.
  • support PMoF programming, expose memory registration interface for persistent memory.
  • implement the Proactor thread model.
  • add unit-test

Java

  • support RDMA send/recv/read interface.
  • support PMoF programming, expose memory registration interface for persistent memory.