Git Product home page Git Product logo

izenelib's Introduction

General purpose C++ library

A general C++ library containing access methods, information retrieval, and fundamental building blocks.

Features

  • Access methods. am is used to encapsulate access methods for both persistent and non-persistent storage engines. Highlights: unified encapsulation interface for all access methods for popular key-valus stores including LevelDB, Tokyocabinet, TokuKV, LMDB, LuxIO; succinct data structures; external sort; fast compressed bitmap,...etc.

  • Information retrieval. ir is used to encapsulate information retrieval libraries, including Lucene like file based inverted index, and Zambezi which is state-of-the-art pure memory based inverted index. We also implemented dedicate DNF index to support boolean expression retrieval which is required by many advertising.

  • Utilities. util is used to encapsulate fundamental building blocks such as Singeleton, compression, serialization, SIMD,...,etc.

Dependencies

We've just switched to C++ 11 for SF1R recently, and GCC 4.8 is required to build SF1R correspondingly. We do not recommend to use Ubuntu for project building due to the nested references among lots of libraries. CentOS / Redhat / Gentoo / CoreOS are preferred platform. You also need CMake and Boost 1.56 to build the repository . Here are the dependent repositories list:

  • cmake: The cmake modules required to build all iZENECloud C++ projects.

License

The project is published under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0

izenelib's People

Contributors

yingfeng avatar aunjgr avatar junjiang-lab avatar kevinhush avatar zhongxia avatar nttstar avatar dapicester avatar xinliu1217 avatar weicao avatar wq19901103wq avatar vernkin avatar huajiezha avatar absolute8511 avatar hatedog avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.