node-functional-red-black-tree binary package in Ubuntu Focal amd64

 Functional-red-black-tree is a fully persistent red-black tree
 written 100% in JavaScript.
 .
 Functional (or fully persistent) data structures
 allow for non-destructive updates.
 So if you insert an element into the tree,
 it returns a new tree with the inserted element
 rather than destructively updating the existing tree in place.
 Doing this requires using extra memory,
 and if one were naive it could cost as much as reallocating the entire tree.
 Instead, this data structure saves some memory
 by recycling references to previously allocated subtrees.
 This requires using only O(log(n)) additional memory per update
 instead of a full O(n) copy.
 .
 Some advantages of this is
 that it is possible to apply insertions and removals to the tree
 while still iterating over previous versions of the tree.
 Functional and persistent data structures can also be useful
 in many geometric algorithms
 like point location within triangulations or ray queries,
 and can be used to analyze the history of executing various algorithms.
 This added power though comes at a cost,
 since it is generally a bit slower to use a functional data structure
 than an imperative version.
 However, if your application needs this behavior
 then you may consider using this module.
 .
 This package provides functional-red-black-tree
 for use with Node.js -
 an event-based server-side JavaScript engine.

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2019-12-05 07:33:20 UTC Published Ubuntu Focal amd64 release universe javascript Optional 1.0.1+20181105-4
  • Published
  • Copied from ubuntu focal-proposed amd64 in Primary Archive for Ubuntu
  Deleted Ubuntu Focal amd64 proposed universe javascript Optional 1.0.1+20181105-4
  • Removal requested .
  • Deleted by Ubuntu Archive Robot

    moved to Release

  • Published
  2019-12-05 07:33:29 UTC Superseded Ubuntu Focal amd64 release universe javascript Optional 1.0.1+20181105-3
  • Removed from disk .
  • Removal requested .
  • Superseded by amd64 build of node-functional-red-black-tree 1.0.1+20181105-4 in ubuntu focal PROPOSED
  • Published
  • Copied from ubuntu focal-proposed amd64 in Primary Archive for Ubuntu
  2019-12-06 12:10:13 UTC Deleted Ubuntu Focal amd64 proposed universe javascript Optional 1.0.1+20181105-3
  • Removed from disk .
  • Removal requested .
  • Deleted by Ubuntu Archive Robot

    moved to Release

  • Published
  2019-11-30 18:13:15 UTC Superseded Ubuntu Focal amd64 release universe javascript Optional 1.0.1+20181105-2
  • Removed from disk .
  • Removal requested .
  • Superseded by amd64 build of node-functional-red-black-tree 1.0.1+20181105-3 in ubuntu focal PROPOSED
  • Published
  • Copied from ubuntu focal-proposed amd64 in Primary Archive for Ubuntu
  2019-12-01 18:10:10 UTC Deleted Ubuntu Focal amd64 proposed universe javascript Optional 1.0.1+20181105-2
  • Removed from disk .
  • Removal requested .
  • Deleted by Ubuntu Archive Robot

    moved to Release

  • Published
  2019-11-04 06:08:21 UTC Superseded Ubuntu Focal amd64 release universe javascript Optional 1.0.1+20181105-1
  • Removed from disk .
  • Removal requested .
  • Superseded by amd64 build of node-functional-red-black-tree 1.0.1+20181105-2 in ubuntu focal PROPOSED
  • Published
  • Copied from ubuntu focal-proposed amd64 in Primary Archive for Ubuntu
  2019-11-05 06:10:10 UTC Deleted Ubuntu Focal amd64 proposed universe javascript Optional 1.0.1+20181105-1
  • Removed from disk .
  • Removal requested .
  • Deleted by Ubuntu Archive Robot

    moved to Release

  • Published