Shawn Wang

Results 38 comments of Shawn Wang

The two libraries use different algorithm to do encoding, which generates different output. You may read READM.md for details about the algorithm.

It redirects between "/users/profile/" and "/users/profile" cyclically, which is not expected. Since neither "/users/profile/" and "/users/profile" is registered, I think it should not redirect "/users/profile/" to "/users/profile", but should go...

@julienschmidt Hi, sorry to bother, would you please look into this?

可以建两个配置文件,用命令行参数启动不同的配置 Usage of cow: -color=false: colorize log output -core=2: number of cores to use -debug=false: debug log, with this option, log goes to stdout with color -err=true: error log -estimate=true:...

Seeing the above **"Decode with JSONPath"**, I have a little question, there seems exist several json libraries solved this problem and some have high performance, so why we need a...

For feature beyond the std lib, I'd like there be some way to disable HTML escaping, for readability of logging messages~ Or a function which provides reasonable settings for logging...

Another usecase, a custom way may be provided to marshal maps without sorting keys for even better performance. Maps are used so commonly in every application, sometimes map key ordering...

@goccy Great you have done the context support feature! Small questions about naming: 1. the `MarshalerContext` and `UnmarshalerContext` sounds like something more related to a "Context" but not Marahsler/Unmarshaler, would...

I will draft a change to check the benchmark result ~

The benchmark result is exciting, it shows that the COW intintmap is as fast as the slice approach. Here is the code change (but not ready for a PR yet):...