4 Star 28 Fork 2

Chobits / pyincpp

2024-04-28 09:42
7725944 chobitsy 1652328967 Chobits

BREAKING CHANGE

Version 2.0.0

  1. Rename Map->Dict, Integer->Int, String->Str, consistent with the Python name.
  2. Optimize as much as possible using standard library templates and algorithms.
  3. Refactor with C++20.
  4. Use Rust doc-comments style for conciseness.
  5. More functionality, cleaner code, faster speed.
最后提交信息为: 📃 docs(readme): update/refine readme
2024-04-27 01:22
7725944 chobitsy 1652328967 Chobits
  1. Significant performance improvements.
  2. Promote String::to_integer() return type from long long to Integer.
  3. Add Integer::to_integer<T>().
  4. Refine doc-comments.
  5. Cleaner code.

This is the last version that uses custom data structures and requires C++17.

C++
1
https://gitee.com/ChobitsY/pyincpp.git
git@gitee.com:ChobitsY/pyincpp.git
ChobitsY
pyincpp
pyincpp

搜索帮助