Skip to content

bobhansen/libhdfspp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 54.6%
  • Protocol Buffer 30.2%
  • Java 12.4%
  • CMake 1.5%
  • C 1.3%