Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Benchmark #6

Closed
wants to merge 60 commits into from
Closed

Benchmark #6

wants to merge 60 commits into from

Commits on Aug 19, 2014

  1. Configuration menu
    Copy the full SHA
    bd6524b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbcd570 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c66b40 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2014

  1. Configuration menu
    Copy the full SHA
    148ad14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0e675d View commit details
    Browse the repository at this point in the history
  3. withTransient with tests

    brandys11 committed Aug 20, 2014
    Configuration menu
    Copy the full SHA
    6b24058 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    421f9a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2014

  1. Remove null

    brandys11 committed Aug 21, 2014
    Configuration menu
    Copy the full SHA
    645b88b View commit details
    Browse the repository at this point in the history
  2. Fix class definitions

    brandys11 committed Aug 21, 2014
    Configuration menu
    Copy the full SHA
    b75d37c View commit details
    Browse the repository at this point in the history
  3. Map documentation

    syslo committed Aug 21, 2014
    Configuration menu
    Copy the full SHA
    7ddf634 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05f684b View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2014

  1. Pair docs, updated Map docs

    syslo committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    7163e2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96fe69c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c93f6c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from vacuumlabs/lockTransient

    Transient map is not editable after calling asPersistent on it
    brandys11 committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    04b0813 View commit details
    Browse the repository at this point in the history
  5. vector first version (not transient yet)

    Roman Hudec committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    a43c632 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2014

  1. vector with mutations

    Roman Hudec committed Aug 27, 2014
    Configuration menu
    Copy the full SHA
    ba9c770 View commit details
    Browse the repository at this point in the history
  2. Reorganized benchmark structure

    syslo committed Aug 27, 2014
    Configuration menu
    Copy the full SHA
    3fb0d90 View commit details
    Browse the repository at this point in the history
  3. Memory map benchmarks

    syslo committed Aug 27, 2014
    Configuration menu
    Copy the full SHA
    fde04e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2014

  1. Configuration menu
    Copy the full SHA
    2014621 View commit details
    Browse the repository at this point in the history
  2. split API for transient and persistent vectors

    Roman Hudec committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    3d0dbeb View commit details
    Browse the repository at this point in the history
  3. fix warnings

    Roman Hudec committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    1d531c9 View commit details
    Browse the repository at this point in the history
  4. rename interfaces

    Roman Hudec committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    05af3fa View commit details
    Browse the repository at this point in the history
  5. bugfix + operators []

    Roman Hudec committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    7c893e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0868fa6 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2014

  1. Configuration menu
    Copy the full SHA
    54858c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7d6404 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'transientMap' of github.com:vacuumlabs/persistent into …

    …newData
    
    Conflicts:
    	lib/src/map.dart
    	lib/src/persistent.dart
    brandys11 committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    17a6d04 View commit details
    Browse the repository at this point in the history
  4. gitignore enhanced

    tomaskulich committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    21d3e7f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    723ce07 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cab6c20 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2f8b532 View commit details
    Browse the repository at this point in the history
  8. ReadVector interface

    Roman Hudec committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    8581a49 View commit details
    Browse the repository at this point in the history
  9. safe delete

    brandys11 committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    bb87c30 View commit details
    Browse the repository at this point in the history
  10. VNode made private

    Roman Hudec committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    6346223 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    46949c4 View commit details
    Browse the repository at this point in the history
  12. renamed __ownerID to _owner

    Roman Hudec committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    025c1ea View commit details
    Browse the repository at this point in the history
  13. Merge branch 'transientMap' into vector

    Roman Hudec committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    984c677 View commit details
    Browse the repository at this point in the history
  14. factor Owner to persistent.dart, use Owner from there in Vector, remo…

    …ve option references
    Roman Hudec committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    4fceff4 View commit details
    Browse the repository at this point in the history
  15. Extracted ReadMap interface

    syslo committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    7610122 View commit details
    Browse the repository at this point in the history
  16. rename all occurrences of mutable to transient

    Roman Hudec committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    f8f5a65 View commit details
    Browse the repository at this point in the history
  17. Merge branch 'transientMap' of github.com:vacuumlabs/persistent into …

    …transientMap
    
    Conflicts:
    	lib/src/map_impl.dart
    syslo committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    759a77a View commit details
    Browse the repository at this point in the history
  18. Refactor test.

    brandys11 committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    1994973 View commit details
    Browse the repository at this point in the history
  19. map implements Persistent

    brandys11 committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    63fabc5 View commit details
    Browse the repository at this point in the history
  20. new randomized test for vector

    Roman Hudec committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    4210b72 View commit details
    Browse the repository at this point in the history
  21. merge

    brandys11 committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    e108488 View commit details
    Browse the repository at this point in the history
  22. Repair merge

    brandys11 committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    e2d3949 View commit details
    Browse the repository at this point in the history
  23. Repair merge

    brandys11 committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    00219a6 View commit details
    Browse the repository at this point in the history
  24. remove unused code

    Roman Hudec committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    bac07c7 View commit details
    Browse the repository at this point in the history
  25. fix typo and remove another piece of unused code

    Roman Hudec committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    e3934ae View commit details
    Browse the repository at this point in the history
  26. add containsKey

    brandys11 committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    896bdf5 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    1b3b9ff View commit details
    Browse the repository at this point in the history
  28. remove unused code

    Roman Hudec committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    aa7a5f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2014

  1. Configuration menu
    Copy the full SHA
    923383c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from vacuumlabs/transientMap

    Transient map
    tomaskulich committed Aug 30, 2014
    Configuration menu
    Copy the full SHA
    54b3098 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5 from vacuumlabs/newData

    New data
    tomaskulich committed Aug 30, 2014
    Configuration menu
    Copy the full SHA
    f9dbea0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from vacuumlabs/vector

    Vector
    tomaskulich committed Aug 30, 2014
    Configuration menu
    Copy the full SHA
    697f11e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e0b2de4 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2014

  1. Merge remote-tracking branch 'origin/master' into benchmark

    Conflicts (deleted):
    	benchmark/map_bench_wordcount.dart
    	benchmark/src/benchmark.dart
    	benchmark/src/simple_map_1.dart
    	benchmark/src/simple_map_2.dart
    syslo committed Sep 2, 2014
    Configuration menu
    Copy the full SHA
    10bdd30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e897296 View commit details
    Browse the repository at this point in the history