K 10 svn:author V 11 lbartoletti K 8 svn:date V 27 2020-04-22T17:15:44.450703Z K 7 svn:log V 616 [NEW PORT] devel/simdjson: Parsing gigabytes of JSON per second JSON is everywhere on the Internet. Servers spend a lot of time parsing it. The simdjson library uses commonly available SIMD instructions and microparallel algorithms to parse JSON 2.5 times faster than anything else out there. WWW: https://simdjson.org/ NOTA on Current, clang crashes on AMD processors before revision 359826. See: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245745 PR: 245744 Submitted by: Oleg Ginzburg Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D24505 END