Giter Club home page Giter Club logo

coconut's Introduction

#coconut Build Status

Coconut is a foundation library fully written in Go which includes frequent used data structures and algorithms.

##Aims of this project

  • Avoid to reinvent frequent used data structures and algorithms every time in different projects
  • Avoid to import from different places for different data structure and algorithms
  • Trying to be a good candidate as the foundation library

##Status of coconut

Before I release coconut v0.1, donot use this library in your project, 'cause:

  • I haven't add enough data structure and algorithms in
  • Probably I will modify the API frequently
  • Probably I will regroup the packages like merging different individual small packages into a more meaningful one
  • Should have many bugs and places can be optimized

##Planned data strucutre and algorithms

_* means already done, but probably I will still refactor it. _

  • Cache

    • LRU (*)
    • LFU (*)
  • Scheduling

    • RoundRobin (*)
  • Bloom Filter

    • Standard Bloom Filter
    • Counting Bloom Filter
    • Scalable Bloom Filter
  • Tree

    • B(+/*) Tree
    • AVL
    • Red Black Tree
    • Trie
    • R-trees
  • Binary Search

    • Binary Search
  • Hash

    • murmur3
  • Set

    • Set
  • Bitmap

    • Bitmap (*)
  • SkipList

    • Skip List
  • FSM

    • FSM
  • Utils

    • Gcd (*)
  • To be added

##Docs

Currently I haven't finished any docs even valuable comments inside the codes, I will find time to finish this.

coconut's People

Contributors

rockli avatar

Stargazers

 avatar  avatar

Watchers

 avatar  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.