Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
Christian Gonzalez 1077e092c2
Rewrite P-graph to support concurrency and priorities (#2)
* Add an additional test

* Jest debugging

* Fix readme, add another test for public API

* Remove unused var

* Add new test enforcement

* Add a concurrency test

* Remove scoping

* Add test for concurrency, remove scoping

* New API, update tests to match API

* Add test that fails for cycle

* Add tests for priority, update readme

* Update readme

* New implementation, with test parity of the old implementation

* Fix throws test

* Cycle detection

* Implement priority

* Change files

* Fix bug in mocks, add one more concurrency test

* Actually fix the test

* Fix bug in cycle detection

* Update README.md

Co-authored-by: Kenneth Chau <34725+kenotron@users.noreply.github.com>

* maxConcurrency -> concurrency

* Change files

* Major bump

* Don't use the word concurrency

* Forgot to save

* Add comments to concurrency

* No recursion on cycle calculation

* Unroll recursion for set cumulative order

Co-authored-by: Kenneth Chau <34725+kenotron@users.noreply.github.com>
2020-07-14 13:57:07 -07:00
Ken Chau c68fdd3519 adding pgraph 2020-05-25 13:01:22 -07:00
Microsoft Open Source a02862b451 Initial README.md commit 2020-05-25 12:57:06 -07:00