Giter Site home page Giter Site logo

Comments (4)

stil4m avatar stil4m commented on August 21, 2024 1

I've just merged the PR ;). Had some changes I wanted to bring to master as well.

from elm-syntax.

stil4m avatar stil4m commented on August 21, 2024

@MartinSStewart I see the advantages on the reduction of the JSON data. However, I'm not sure if it has to be implemented directly. It is possible to rewrite the current implementation to the Codecs without breaking the format. And indeed it reduces the risk a bit, mainly on JSON field names that have to be written twice in normal Json.Decode|Encode usage.

Performance might be an issue. Unsure about this. I might do a POC on this.

from elm-syntax.

MartinSStewart avatar MartinSStewart commented on August 21, 2024

Alright, I'll go ahead and fix the encoder/decoder for the pull request without elm-codec for now.

from elm-syntax.

miniBill avatar miniBill commented on August 21, 2024

As I've written in miniBill/elm-codec#4, I don't expect performance to be any different, except for the recursive codecs, where I have to build the pair "at runtime" instead of just building the single encoder/decoder I need.
For custom types I now use a Dict internally that, while not as fast as a case ... of shouldn't be bad

from elm-syntax.

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.