Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
krauthaufen committed Dec 21, 2020
1 parent c363bb5 commit ab5fbed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
### Overview

![CI - Windows](https://github.com/krauthaufen/MapNew/workflows/CI%20-%20Windows/badge.svg)
![CI - MacOS](https://github.com/krauthaufen/MapNew/workflows/CI%20-%20MacOS/badge.svg)
![CI - Linux](https://github.com/krauthaufen/MapNew/workflows/CI%20-%20Linux/badge.svg)
[![CI - Windows](https://github.com/krauthaufen/MapNew/workflows/CI%20-%20Windows/badge.svg)](https://github.com/krauthaufen/MapNew/actions?query=workflow%3A%22CI+-+Windows%22)
[![CI - MacOS](https://github.com/krauthaufen/MapNew/workflows/CI%20-%20MacOS/badge.svg)](https://github.com/krauthaufen/MapNew/actions?query=workflow%3A%22CI+-+MacOS%22)
[![CI - Linux](https://github.com/krauthaufen/MapNew/workflows/CI%20-%20Linux/badge.svg)](https://github.com/krauthaufen/MapNew/actions?query=workflow%3A%22CI+-+Linux%22)

Contains a new `Map<'Key, 'Value>` implementation drastically improving performance
Please note that the abstract data type implemented here is the same as for the current F# `Map<'Key, 'Value>` with some internal differences:
Expand Down Expand Up @@ -1927,4 +1927,4 @@ Server=False IterationTime=1.0000 s MaxIterationCount=100
| MapNew_fold | 10000 | 47,543.402 ns | 487.6922 ns | 432.3265 ns | 47,517.137 ns | 0.37 | 0.01 | - | - | - | 24 B |
| | | | | | | | | | | | |
| Map_foldBack | 10000 | 129,027.913 ns | 1,197.8775 ns | 1,061.8872 ns | 128,844.607 ns | 1.00 | 0.00 | - | - | - | 24 B |
| MapNew_foldBack | 10000 | 50,119.295 ns | 285.4796 ns | 253.0702 ns | 50,167.005 ns | 0.39 | 0.00 | - | - | - | 24 B |
| MapNew_foldBack | 10000 | 50,119.295 ns | 285.4796 ns | 253.0702 ns | 50,167.005 ns | 0.39 | 0.00 | - | - | - | 24 B |

0 comments on commit ab5fbed

Please sign in to comment.