God I always thought this is because I am not a native English speaker, although I have been living in UK for more than 10 years I thought it is just becasue my English is not good enough.
Hi, I have been working on an alternative to `toml` and `tomlkit`. One thing I have found in my day job is that these libs are slow when parsing toml files, and I think the reason behind it is that they are pure-python implementations. I have made a wrapper for a high-quality C++ toml parser (tomlplusplus) and think this wrapper can provide better performance if your app parses a large number of toml files like mine do.