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

Releases: Intel-bigdata/HPNL

Release v1.0.0

22 Jul 04:40
743f7bb
Compare
Choose a tag to compare

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.