Add fastme library (#3337)

This commit is contained in:
Gennadiy Muzykantov 2020-11-08 18:51:53 +03:00 committed by GitHub
parent 8f87865062
commit 76b576c88d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -748,6 +748,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [currency](https://github.com/bojanz/currency) - Handles currency amounts, provides currency information and formatting. * [currency](https://github.com/bojanz/currency) - Handles currency amounts, provides currency information and formatting.
* [currency](https://github.com/bnkamalesh/currency) - High performant & accurate currency computation package. * [currency](https://github.com/bnkamalesh/currency) - High performant & accurate currency computation package.
* [decimal](https://github.com/shopspring/decimal) - Arbitrary-precision fixed-point decimal numbers. * [decimal](https://github.com/shopspring/decimal) - Arbitrary-precision fixed-point decimal numbers.
* [fastme](https://github.com/newity/fastme) - Fast extensible matching engine Go implementation.
* [go-finance](https://github.com/FlashBoys/go-finance) - Comprehensive financial markets data in Go. * [go-finance](https://github.com/FlashBoys/go-finance) - Comprehensive financial markets data in Go.
* [go-finance](https://github.com/alpeb/go-finance) - Library of financial functions for time value of money (annuities), cash flow, interest rate conversions, bonds and depreciation calculations. * [go-finance](https://github.com/alpeb/go-finance) - Library of financial functions for time value of money (annuities), cash flow, interest rate conversions, bonds and depreciation calculations.
* [go-finance](https://github.com/pieterclaerhout/go-finance) - Module to fetch exchange rates, check VAT numbers via VIES and check IBAN bank account numbers. * [go-finance](https://github.com/pieterclaerhout/go-finance) - Module to fetch exchange rates, check VAT numbers via VIES and check IBAN bank account numbers.