Mateusz Łoskot
Mateusz Łoskot
> ### 4. ULib can't build correctly This may be related #91 I disabled the ULib as explained in the https://github.com/miloyip/nativejson-benchmark/issues/102#issuecomment-385033311, then run ``` make clean cd build ./premake.sh cd...
The library offers its own performance comparison against RapidJSON https://github.com/lemire/simdjson#performance-results
@mohsenomidi Asking someone to volunteer do something *asap* is not even remotely polite. Please, FFS, stop asking and start contributing!
I think this can be closed as https://github.com/miloyip/nativejson-benchmark/pull/131 has been merged
Likely, this is duplicate of #102 and #123 IOW, if those issues are not fixed, this issue will not be fixed either.
This still does not make the whole thing build and run successfully, does it?
> > This still does not make the whole thing build and run successfully, does it? > > No, it does not. OK. I was double-checking what's the status of...
@mity Thanks. I did similar and have fixed branch in my fork :) Not to be maintained in long term either.
Another useful case for `$(echo $var)` is trimming by [taking advantage of `echo` ignoring spaces and collapsing multiple spaces into a single one](https://stackoverflow.com/a/72284154/151641).
Actually, the `$(echo $var)` case is already documented with ignoring recommendation in https://github.com/koalaman/shellcheck/wiki/Ignore#ignoring-one-specific-instance-in-a-file 