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

Port System.Collections #47

Closed
adamsitnik opened this issue Jun 26, 2018 · 1 comment
Closed

Port System.Collections #47

adamsitnik opened this issue Jun 26, 2018 · 1 comment
Assignees

Comments

@adamsitnik
Copy link
Member

A LOT of benchmarks. We should make sure that all the test cases make sense.

@adamsitnik adamsitnik self-assigned this Jul 11, 2018
adamsitnik added a commit that referenced this issue Jul 20, 2018
* ctor default size all collections benchmarks

* ctor given size all collections benchmarks

* ctor from collection all collections benchmarks

* move to a dedicated folder, add categories

* iterate for each all collections

* iterate for loop all collections

* iterate for each non generic collections

* iterate for loop non generic collections

* update to BDN which offers glob filtering so I can filter like a pro ;)

* Contains for all generic collections

* ContainsKey for all generic collections

* add benchmarks

* try add benchmarks

* Enqueue and Push benchmarks

* Indexer Set benchmarks

* remove benchmarks

* clear benchmarks

* refactoring and cleanup + set LangVersion to latest

* add missing benchmarks

* fix a typo

* add missing ConcurrentBag.TryTake benchmark

* AddRemoveFromSameThreads benchmarks

* AddRemoveFromDifferentThreads benchmarks

* IsEmpty benchmarks

* Count benchmarks

* support new glob filters

* add ICollection, IDictionary and IEnumerable benchmarks

* use more future proof constant

* code review fixes

* NETFRAMEWORK is predefined const!

* remove the array benchmark
@adamsitnik
Copy link
Member Author

Fixed by #92

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant