Paul Meng

Results 13 comments of Paul Meng

Tool on Mac: https://www.swiftdevjournal.com/measuring-your-apps-memory-usage-with-instruments/ Tool on Linux: http://www.brendangregg.com/FlameGraphs/memoryflamegraphs.html

@messense : [Code mixing](https://en.wikipedia.org/wiki/Code-mixing ) is a hard problem, it's about where would you draw the the boundary of Chinese vocabulary. Not only English alphabet could be used in the...

https://unicode-rs.github.io/unicode-segmentation/unicode_segmentation/struct.Graphemes.html This could be considered. But only required if the behaviour of re_han results into incorrect segmentation by SplitMatch

I suggest BSD-3, as libsvm does. http://www.csie.ntu.edu.tw/~cjlin/libsvm/faq.html#f204

I understand, lol. We could manage a closer discussion after that. About how we could merge & the roadmap. Like moving most of the code to libdnn namespace, and adopting...

Here's one for reference. https://github.com/rust-lang/rust/wiki/Note-development-policy For testing I've integrated Travis-CI, which is free for open source proj, and leave a stub for testing (i.e. make test). Either unit-testing and functional-testing...

Travis-CI is a widely accepted CI service in open source world, since it is free for github open source project. The CI jobs are run its cloud container. Speed is...

Yes, it means configuration. Prefixing names with CFG is because we could generate config.mk from the script accordingly, then Makefile could simply include config.mk. That would grant us basic portability....

yeah, it is incorrect. I didn't realize that all of my master commits would be linked to this pull request. I would fix it asap.