implementation.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [implementation]

www.codever.land/bookmarks/t/implementation

Flux Comparision

https://github.com/voronianski/flux-comparison

:pencil: Practical comparison of different Flux solutions - voronianski/flux-comparison


RefluxJS

https://github.com/spoike/refluxjs

A simple library for uni-directional dataflow application architecture with React extensions inspired by Flux - reflux/refluxjs


Fluxxor

https://github.com/BinaryMuse/fluxxor

:hammer_and_wrench: Flux architecture tools for React - BinaryMuse/fluxxor


Marty

https://github.com/martyjs/marty

A Javascript library for state management in React applications - martyjs/marty


McFly

https://github.com/kenwheeler/mcfly

Flux architecture made easy. Contribute to kenwheeler/mcfly development by creating an account on GitHub.


Alt

https://github.com/goatslacker/alt

Isomorphic flux implementation. Contribute to goatslacker/alt development by creating an account on GitHub.


Fluxible

https://github.com/yahoo/fluxible

A pluggable container for universal flux applications. - yahoo/fluxible


NuclearJS

https://github.com/optimizely/nuclear-js

Reactive Flux built with ImmutableJS data structures. Framework agnostic. - optimizely/nuclear-js


Flummox

https://github.com/acdlite/flummox

Minimal, isomorphic Flux. Contribute to acdlite/flummox development by creating an account on GitHub.


Coflux

https://github.com/blainekasten/coflux

Flux at the Component Level. Contribute to blainekasten/coflux development by creating an account on GitHub.


Sinux

https://github.com/jbpin/sinux

Javascript state container based on Signal/Command. Full async supported - jbpin/sinux


JRuby

https://github.com/jruby/jruby

A Java implementation of the Ruby language.


MRuby

https://github.com/mruby/mruby

Lightweight Ruby. Can be linked and embedded in your application.


Opal

https://github.com/opal/opal

Ruby to Javascript compiler.


Rubinius

https://github.com/rubinius/rubinius

An implementation of the Ruby programming language. Rubinius includes a bytecode virtual machine, Ruby syntax parser, bytecode compiler, generational garbage collector, just-in-time (JIT) native machi...


TruffleRuby

https://github.com/oracle/truffleruby

A high performance implementation of the Ruby programming language. Built on the GraalVM by Oracle Labs.


CLPython

https://github.com/metawilm/cl-python

Implementation of the Python programming language written in Common Lisp.


CPython

https://github.com/python/cpython

Default, most widely used implementation of the Python programming language written in C.


Cython

http://cython.org/

Optimizing Static Compiler for Python. Uses type mixins to compile Python into C or C++ modules resulting in large performance gains


Grumpy

https://github.com/google/grumpy

More compiler than interpreter as more powerful CPython2.7 replacement (alpha).


IronPython

https://github.com/IronLanguages/ironpython3

Implementation of the Python programming language written in C targeting the .NET Framework and Mono.


Jython

https://hg.python.org/jython

Implementation of Python programming language written in Java for the Java virtual machine (JVM).


MicroPython

https://github.com/micropython/micropython

MicroPython - a lean and efficient Python programming language implementation for microcontrollers and constrained systems


Numba

http://numba.pydata.org/

Python JIT compiler to LLVM aimed at scientific Python.


PeachPy

https://github.com/Maratyszcza/PeachPy

x86-64 assembler embedded in Python. Can be used as inline assembler for Python or as a stand-alone assembler for Windows, Linux, OS X, Native Client and Go.


Pyjion

https://github.com/Microsoft/Pyjion

A JIT for Python based upon CoreCLR.


PyPy

https://bitbucket.org/pypy/pypy

Implementation of the Python programming language written in RPython and translated into C. PyPy focuses on speed, efficiency and compatibility with the original CPython interpreter. The interpreter u...


PySec

https://github.com/ebranca/owasp-pysec

Hardened version of python that makes it easier for security professionals and developers to write applications more resilient to attacks and manipulations.


Pyston

https://github.com/dropbox/pyston

A Python implementation built using LLVM and modern JIT techniques with the goal of achieving good performance.


Stackless Python

https://github.com/stackless-dev/stackless/wiki

An enhanced version of the Python programming language which allows programmers to reap the benefits of thread-based programming without the performance and complexity problems associated with convent...