Skip to content

Commit

Permalink
Update Performance.md
Browse files Browse the repository at this point in the history
  • Loading branch information
louthy committed Feb 27, 2020
1 parent 9cef4f6 commit e255d4a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
## Note

References to `Sys.Coll.Imm` are Microsoft's `ImmutableCollections` library.

* `Sys.Coll.Imm.List` is `System.Collections.Immutable.ImmutableList`
* `Sys.Coll.Imm.Dictionary` is `System.Collections.Immutable.ImmutableDictionary`
* `Sys.Coll.Imm.SortedDictionary` is `System.Collections.Immutable.ImmutableSortedDictionary`
* `Sys.Coll.Imm.SortedDictionary` is `System.Collections.Immutable.ImmutableSortedDictionary`


## Lists
Expand Down

0 comments on commit e255d4a

Please sign in to comment.