Skip to content

Commit

Permalink
feat: Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Olian04 committed Feb 19, 2024
1 parent cec2397 commit db33a5a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@

# simply-result

Result and Option monads for typescript. Optimized for:

* __Safety:__
* __Execution speed:__ More than [100 times faster than try-catch!](#performance).
* __Memory usage:__
* __Disk footprint:__ Entire library is ~700b minified and gzipped.
Simply result is a Result and Option monad library for typescript and javascript. Its more than [100 times faster than try-catch](#performance) with a total package size of ~700b minified and gzipped.

See also the sister library [simply-result-util](https://github.com/Olian04/simply-result-util) for useful monadic helper functions such as `Try`, `transpose`, and `flatten`.

Expand Down

0 comments on commit db33a5a

Please sign in to comment.