freebsd-ports/devel/py-fastnumbers/pkg-descr
Yuri Victorovich 4813d17d9f New port: devel/py-fastnumbers: Super-fast and clean conversions to numbers
PR:		223103
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D12906
2017-11-04 13:49:06 +00:00

9 lines
433 B
Text

py-fastnumbers provides:
* drop-in replacements for the Python built-in int and float that on
average are up to 2x faster
* a set of convenience functions that wrap the above int and float replacements
and provides easy, concise, powerful, fast and flexible error handling
* a set of functions that can be used to rapidly identify if an input could be
converted to int or float
WWW: https://github.com/SethMMorton/fastnumbers