GithubHelp home page GithubHelp logo

collections's People

Contributors

aadsm avatar alexeykupershtokh avatar asolove avatar cbarrick avatar francoisfrisch avatar kriskowal avatar stuk avatar trevordixon avatar wpk- avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

collections's Issues

Use Playwright for headless tests in CI

Jasminum supports PhantomJS, but takes on a bunch more dependencies, apart from its import cycle with the Collections monorepo. Will need a strategy for vendoring its considerable dependencies.

OrderedSet?

I've noticed there is no OrderedSet here. By OrderedSet I mean:

A type of Set that has the additional guarantee that the iteration order of values will be the order in which they were added.

If you were to implement an OrderedSet with O(1) add and delete operations, and a reasonably fast iteration speed, how would you go about it?

(Well, assuming ECMAScript Map/Set/{} property access is O(1)).

Would you use a doubly-linked list as a backend, like in oset? While it has O(1) time complexity for add and delete, iterating over a linked list is slower than a native array.

Asking in public here as somebody else may find this useful too.

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.