Code Monkey home page Code Monkey logo

Comments (5)

bollwyvl avatar bollwyvl commented on August 21, 2024

The speed gains from ujson are good... but orjson, pysimdjson... the list goes on of other libraries that offer a different set of features/performance against increasing complexity... for example, ujson just got working binary wheels again for all supported platforms.

If anything, I'd imagine trying to find a library that wrapped (but did not depend on) all of these...

from jupyterlab_server.

blink1073 avatar blink1073 commented on August 21, 2024

I'd support any of the above provided they're installable as wheels and available on conda-forge.

from jupyterlab_server.

jasongrout avatar jasongrout commented on August 21, 2024

at least orjson says it may not work on 32-bit, which means jupyter presumably wouldn't work on my Raspberry pi anymore :(.

What about pypy support as well?

I think we could perhaps try to use something like ujson or orjson if we can import it, but fall back to the standard library json if it is not available.

from jupyterlab_server.

goanpeca avatar goanpeca commented on August 21, 2024

I think we could perhaps try to use something like ujson or orjson if we can import it, but fall back to the standard library json

Sure, that makes sense too.

from jupyterlab_server.

TkTech avatar TkTech commented on August 21, 2024

Can I ask what leaned you towards picking ujson or orjson over pysimdjson? It helps me improve the library and packaging.

Note pysimdjson has pretty wide compatibility, and is tested against linux/macosx/windows/freebsd (x86_64 and ARM) for py3.5 -> 3.9beta, as well as pypy3. It has binary ARM packages as well, so it will install quickly on your raspberry pi (3 or 4) as long as you're using one of the 64 bit OSes.

from jupyterlab_server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.