Bug 245744 - New port: devel/simdjson: Parsing gigabytes of JSON per second
Summary: New port: devel/simdjson: Parsing gigabytes of JSON per second
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Loïc Bartoletti
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-19 15:55 UTC by Oleg Ginzburg
Modified: 2020-04-22 17:17 UTC (History)
1 user (show)

See Also:


Attachments
New port: devel/simdjson: Parsing gigabytes of JSON per second (2.53 KB, text/plain)
2020-04-19 15:55 UTC, Oleg Ginzburg
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!