Coder Social home page Coder Social logo

umbrellart's Introduction

icon ย  Umbrellart

codecov

An unsynchronised Adaptive Radix Tree implementation.

Features

  • Associated node size
  • Optimistic prefix comparing
  • Range scan
  • Serialization

Benchmarks

Point Get

  • ๐Ÿข 60% slower than std HashMap (16ms v.s. 10ms)
  • ๐Ÿš€ 54% faster than std BTreeMap (16ms v.s. 30ms)

Details:

sequence get umbrellart time:   [16.483 ms 16.496 ms 16.513 ms]                                    
Found 11 outliers among 100 measurements (11.00%)
  4 (4.00%) high mild
  7 (7.00%) high severe

sequence get hashmap    time:   [10.285 ms 10.385 ms 10.508 ms]                                 
Found 16 outliers among 100 measurements (16.00%)
  6 (6.00%) high mild
  10 (10.00%) high severe

sequence get btreemap   time:   [30.037 ms 30.081 ms 30.133 ms]                                  
Found 17 outliers among 100 measurements (17.00%)
  1 (1.00%) low mild
  5 (5.00%) high mild
  11 (11.00%) high severe

Space efficiency

allocation counter. data is with 1/99 sampling biases

size(bytes) rate(compare to umbrellart)
corpus 662144 0.43
umbrellart 1515938 1
hashmap 3276808 2.16
btreemap 413638 0.27

umbrellart's People

Contributors

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