# UmaBson **Repository Path**: chencarl/uma-bson ## Basic Information - **Project Name**: UmaBson - **Description**: uma bson库的修改版,修剪了poco库,基本上只保留了针对win32的编译选项,并作了一些优化操作。 - **Primary Language**: C++ - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-06 - **Last Updated**: 2025-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Uma Bson库 --- uma bson库的修改版,修剪了poco库,基本上只保留了针对win32的编译选项,并作了一些优化操作,如static string改为数组,避免crt的内存泄露误报。 2020-11-22 修复void Reader::readCharArray( std::istream& fin, std::string& str )中对于错误流无限读取的死循环bug;