GithubHelp home page GithubHelp logo

Comments (4)

kalaninja avatar kalaninja commented on June 26, 2024 1

@ahmetb @cleitonmarx guys, I've published a reply to the post.
https://medium.com/@kalansoft/hi-iv%C3%A1n-corrales-solera-8459e3eed4c6

from go-linq.

ahmetb avatar ahmetb commented on June 26, 2024

Thanks that’s cool I didn’t understand the specifics but thanks for taking the time.

from go-linq.

kalaninja avatar kalaninja commented on June 26, 2024

@ahmetb the idea is that koazee utilizes a push model. So it manipulates data the same order you write functions. E.g. if you take an array of 100 elements, filter it and take just 1 element - it will filter all the data into a new array first and take the first element afterwards. While go-linq uses a pull model and goes the other direction, so in the example above it will look through the initial array until the first element that satisfies the condition. No extra work.

If you finally decide to move go-linq to a team account I will make a second repo with benchmark comparison to the competitors. Also, I have plans to work on go-linq performance - introduce hints similar to rust iterators. Having a separate repo will help me to measure and show the performance difference.

from go-linq.

ahmetb avatar ahmetb commented on June 26, 2024

Honestly since we're mostly in maintenance mode and there'll be 1 repo, creating a go-linq org might not be all that useful. If you would like to write an article, you can create a personal repo and publish benchmarks there as well?

from go-linq.

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.