Chao Wang

Results 45 comments of Chao Wang

Redis makes it difficult to run conditional queries.

I think the ability to load algorithms from custom module is worth to be supported. Some widely used algorithms are built-in, and some should be custom. By the way, I...

And for day cycle metrics.

Hi, sorry for this late response. The target struct's memory should be cleared before `DecodeXXX` function is called. bitproto only touches the target bits, other bits are left unchanged. So,...

Aha, I know what you mean ! Thanks for the code. I make a simple test, that **what I have said is not the truth**. ```bitproto proto test message A...

I have implemented in C for the standard mode in this commit https://github.com/hit9/bitproto/commit/99f18248d63fa6ec38601b68d89c909c0733fe2a It works well but the benchmark on stm32 shows that the encoding/decoding per call costs about 10us...

Thanks and, What is the method cache for ?

Hi, at first , this orm is long time no maintained, and there's no plan for forward development, the second, skylark is only designed for tables with primary keys.

* standard mode without `gcc -O`, 100bytes message on stm32: encode `145us`, decode `139us` * standard mode `gcc -O2`, 100bytes message on stm32: encode `145us`, decode `142us` * standard mode...