Code Monkey home page Code Monkey logo

my_lib's Introduction

<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=default"></script>

my_lib

my lib repository
save some algorithm and data structure used in work !


  • TinyMap
    • use the vector container to implement the map
    • apply to replace the map of small amount data, or the structure of updated low frequency
    • advantages: small memory, quick traversal/insert
    • weakness: insert/delete will lead to rearrangement
  • MultiIndexMMap
    • support multi-set
    • support equal_range search
    • multiple index has memory overhead, but less than the map
    • the actual data stored in a sequential container
    • TODO:
      • storage remove duplicates
  • CompressMap
  • STLAllocator
    • replace std::allocator for memory statistics
  • CMake Sample
    • make visual studio project
    • has a static lib and a MFC application

ttt

Here is an example MathJax inline rendering \( 1/x^{2} \), and here is a block rendering: \[ \frac{1}{n^{2}} \]

$$x_{1,2} = \frac{-b \pm \sqrt{b^2-4ac}}{2b}.$$

my_lib's People

Contributors

huangwei1024 avatar hwiskey avatar

Watchers

 avatar  avatar

Forkers

hwiskey

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.