haohui / libhdfspp

libhdfs++ is a modern implementation of HDFS client in C++11 that is designed for the Massive Parallel Processing (MPP) applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libhdfs++

libhdfs++ is a modern implementation of HDFS client in C++11. It is optimized for the Massive Parallel Processing (MPP) applications that access thousands of files concurrently in HDFS.

The highlights of libhdfs++ are:

  • Event-driven architectures
  • Zero-copy APIs
  • Use Continuation Passing Style to implement asynchronous APIs
  • Support Windows, Linux and Mac OS X.

About

libhdfs++ is a modern implementation of HDFS client in C++11 that is designed for the Massive Parallel Processing (MPP) applications.


Languages

Language:C++ 52.0%Language:Protocol Buffer 32.9%Language:Java 13.5%Language:CMake 1.5%