Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: thi-ng/umbrella
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @thi.ng/associative@0.4.2
Choose a base ref
...
head repository: thi-ng/umbrella
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @thi.ng/associative@0.4.3
Choose a head ref
  • 16 commits
  • 49 files changed
  • 1 contributor

Commits on Apr 20, 2018

  1. Configuration menu
    Copy the full SHA
    dab4811 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bbbfa8 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2018

  1. Configuration menu
    Copy the full SHA
    d37a91e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c9d73f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3947419 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19f7e76 View commit details
    Browse the repository at this point in the history
  5. refactor(cache): make LRU ops O(1), update/remove (some) interfaces

    - use Map to index dcons cells
    - update CachOpts (add map ctor option)
    - remove LRUEntry
    - update LRU entries iterator
    postspectacular committed Apr 21, 2018
    Configuration menu
    Copy the full SHA
    00ca831 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    26c4cfd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0ea0847 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c4a9c07 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    574b5d9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    24113b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2018

  1. Configuration menu
    Copy the full SHA
    ab4abf5 View commit details
    Browse the repository at this point in the history
  2. minor(cache): cleanup

    postspectacular committed Apr 22, 2018
    Configuration menu
    Copy the full SHA
    b83c030 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature/lru' into develop

    * feature/lru:
      minor(cache): cleanup
      refactor(heaps): major update / simplify, fix DHeap, add accessors
      docs(cache): update readme
      feat(cache): add TLRUCache
      fix(cache): recompute size in LRUCache.delete(), extract removeEntry()
      feat(heaps): import @thi.ng/heaps package
      feat(cache): add MRUCache, update package & readme
      refactor(cache): make LRU ops O(1), update/remove (some) interfaces
      feat(dcons): add asHead()/asTail()
      fix(cache): don't insert new val if > maxsize
      docs(cache): update readme
      refactor(cache): update/extend ICache & LRUCache, update readme
      feat(cache): initial import @thi.ng/cache package
    postspectacular committed Apr 22, 2018
    Configuration menu
    Copy the full SHA
    05a68db View commit details
    Browse the repository at this point in the history
  4. Publish

     - @thi.ng/associative@0.4.3
     - @thi.ng/cache@0.1.0
     - @thi.ng/csp@0.3.29
     - @thi.ng/dcons@0.3.0
     - @thi.ng/dgraph@0.1.6
     - @thi.ng/hdom@3.0.9
     - @thi.ng/heaps@0.1.0
     - @thi.ng/iterators@4.1.6
     - @thi.ng/rstream-csp@0.1.58
     - @thi.ng/rstream-gestures@0.1.9
     - @thi.ng/rstream-graph@0.2.6
     - @thi.ng/rstream-log@1.0.8
     - @thi.ng/rstream@1.5.1
    postspectacular committed Apr 22, 2018
    Configuration menu
    Copy the full SHA
    17ccbb1 View commit details
    Browse the repository at this point in the history
Loading