Giter VIP home page Giter VIP logo

Comments (3)

leplatrem avatar leplatrem commented on June 15, 2024

@damilgra I'd happy to replace ujson by simdjson, if you'd like to open a pull-request that would be cool :)

from kinto.

damilgra avatar damilgra commented on June 15, 2024

Thanks @leplatrem . I can add a pull request but am not sure the best way to resolve the following sub-issue:
simdjson fails my added unit test when the memory storage is used.

For now, I've modified the memory storage to use native json to make it pass, but am not sure if that's desirable.

from kinto.

TkTech avatar TkTech commented on June 15, 2024

Keep in mind that you should be storing integers > 64bits as strings. While JSON doesn't specify constraints on numbers, if you start storing larger numbers you aren't guaranteed that whatever you're using to read from kinto will be able to parse it. The vast majority of parsers are limited to 64 bits.

from kinto.

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.