conda-forge / staged-recipes

A place to submit conda recipes before they become fully fledged conda-forge feedstocks
https://conda-forge.org
BSD 3-Clause "New" or "Revised" License
703 stars 4.89k forks source link

Package pysimdjson #11390

Closed synapticarbors closed 3 years ago

synapticarbors commented 4 years ago

https://pysimdjson.tkte.ch/ https://github.com/TkTech/pysimdjson https://pypi.org/project/pysimdjson

bollwyvl commented 4 years ago

one disadvantage is that this bundles a copy of simdjson.cpp... I don't know if it can be linked somehow in the build instead.

as an alternative, there's also https://github.com/gerrymanoim/libpy_simdjson

it's upstream, libpy, seems mighty interesting in its own right. i gave it a quick try with grayskull, and ran into some issues around the use of filesystem... might investigate more.

TkTech commented 4 years ago

@bollwyvl do not link against anything other than the bundled simdjson.cpp. pysimdjson occasionally includes patches that are not yet upstream, and will soon include patches specific to Python (ex: PyMalloc allocator).

bollwyvl commented 4 years ago

@tktech thanks for the information! It'll be helpful when somebody comes along that needs it!

bollwyvl commented 3 years ago

This looks like it can be closed: https://github.com/conda-forge/pysimdjson-feedstock

dopplershift commented 3 years ago

Closed by #12852.