yajo opened this issue a year ago · 0 comments
sample.txt
Parse this file. It takes a lot of time!
>>> import tomlkit >>> tomlkit.__version__ '0.11.8' >>> import timeit >>> with open("sample.txt") as fd: ... timeit.timeit('tomlkit.load(fd)', globals=locals()) ... 10.397179616000358