Git Product home page Git Product logo

languagetechstats's Introduction

Language Tech Stats

This is a repo that should help guide people to which language[s] to use for a new microservice project.

I Do not know if I am always following best practices for a given language Pull requests if a better way is known, are always welcome ๐ŸŽ‰

The Goal

This repository contains multiple languages, doing the exact same algorithm. But with different technologies. This algorithm will do testing of

  1. Speed of a given language
  2. Readability of the code
  3. How concurrency looks, and works if available
  4. To as much as posible only use base language constructs
  5. Guage how useful tech might be in your case
    • Current Tech that will be in repo
      • gRPC : a blazing fast rpc framework with cross language support
      • Linkerd : A service mesh that will assist with communication of servers. And remove all the hard networking bits.

algorithm

This algorithm is designed to test

  1. Streams and basic functions
  2. CPU time of simple tasks
  3. CPU time of more complex tasks
variable Name Required variables Description
input A given number from the caller >= 2
fibIdx input Given a number Find the index in fibonacci, or the previous index if not found
words fibIdx Generate seeded list of words to the count of above index
max words Count the letter that appears the most
min words Count the letter that appears the least
factors fibIdx find the prime factors
average max, min, factors Find the average
return words, factors, average to caller

At a later point, actual web frameworks will be tested as well, to show variety in a given language

languagetechstats's People

Contributors

stvndall avatar

Watchers

James Cloos avatar  avatar  avatar

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.