mirror of
https://github.com/ultrajson/ultrajson.git
synced 2024-11-23 16:42:10 +01:00
eb7d894f22
To fix issues with floating-point precision we've made use of Google's double-conversion lib to handle conversions of doubles to and from strings. In addition to fixing our precision problems this will improve double encoding by 4-5x. Decoding is however slightly slower according to the benchmarks - but accurate at least. This change removes the double_precision encoding option and the precise_float decoding option.
12 lines
201 B
Plaintext
12 lines
201 B
Plaintext
recursive-include deps *
|
|
|
|
include README.rst
|
|
include MANIFEST.in
|
|
include setup.py
|
|
include tests/tests.py
|
|
include tests/sample.json
|
|
include lib/*.c
|
|
include lib/*.h
|
|
include python/*.c
|
|
include python/*.h
|