Bug 245744

Summary: New port: devel/simdjson: Parsing gigabytes of JSON per second
Product: Ports & Packages Reporter: Oleg Ginzburg <olevole>
Component: Individual Port(s)Assignee: Loïc Bartoletti <lbartoletti>
Status: Closed FIXED    
Severity: Affects Only Me CC: lbartoletti
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
See Also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245745
https://reviews.freebsd.org/D24505
Attachments:
Description Flags
New port: devel/simdjson: Parsing gigabytes of JSON per second none

Description Oleg Ginzburg 2020-04-19 15:55:41 UTC
Created attachment 213569 [details]
New port: devel/simdjson: Parsing gigabytes of JSON per second
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-04-22 17:16:05 UTC
A commit references this bug:

Author: lbartoletti
Date: Wed Apr 22 17:15:45 UTC 2020
New revision: 532489
URL: https://svnweb.freebsd.org/changeset/ports/532489

Log:
  [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 <olevole at olevole dot ru>
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D24505

Changes:
  head/devel/Makefile
  head/devel/simdjson/
  head/devel/simdjson/Makefile
  head/devel/simdjson/distinfo
  head/devel/simdjson/pkg-descr
  head/devel/simdjson/pkg-plist
Comment 2 Loïc Bartoletti freebsd_committer freebsd_triage 2020-04-22 17:17:06 UTC
Committed, with minor changes. Thanks!