Chen

Results 20 issues of Chen

* https://issues.apache.org/jira/projects/CSV/issues/CSV-150 Hi, @garydgregory In the source code, it is estimated that for performance reasons, ```Character``` is converted to ```char```, so ```null``` is mapped to ```\ufffe``` which cannot appear in...

When json-c parses a json string, it needs to request the memory for many structs/string with ```malloc()```/```calloc()``` func. Especially, if the json file is larger, the request frequencies is more....

Discuss: Cache the hash value in lh_entry. This value is used directly during hash resize to calculate the index of the data in hash table. This method will reduce the...

Before the hash value is calculated, the replacement "\ 0" operation is placed first, and then the parsing of the value will preserve the original logic. #528

If you have a plan but you don't have the time, I'd like to try it.

fix issue #379 + Support the `explicit_end` option for scalar node from YAML 1.1 to YAML 1.2. + It looks like the `self.root_context` and `self.sequence_context` become the unnecessary properties which...

fix issue #382 + Move part of code from to constructor.py to resolver.py. + Add the function `check_yaml_tag(tag, value)` in resolver.py to check whether the timestamp is correct. If wrong,...

Modify the output format of Custom indent in sequence by adding the `is_qequence` parameter in `write_indicator()`. Refer to #234, The test case is: ```yaml doc = """ %TAG !E! !SSSSS...

Hi Haoqun, @sodatea I find that the test run failed on Windows. I think that all the '\r\n' in the source should be replaced with '\n'. Please review it. Thx