Giter VIP home page Giter VIP logo

rustby's People

Contributors

nathanielbellamy avatar

Watchers

 avatar

rustby's Issues

Fallback Success Task

AC

  • there is a rake task that demonstrates fallback success
  • the task should be uneventful

CSV Module

AC

  • implement and compare CSV processing in Ruby and Rust

Incorporate Into Secondary Ruby Repo

AC

  • determine best pattern to include framework into an existing Ruby repo
  • "publish" as a private gem?
  • minimize containing repo's knowledge of rustby internals
  • validate that containing project provides modules with Ruby and Rust classes

Multithread Benchmark

AC

  • Benchmark multi-threading by having each language run parallel primes computations to performance test multi-threading
  • Have a benchmark test where a Ruby thread and a Rust thread are opened, each is asked to compute as may primes as possible
    • operations are stopped by a timer and the largest prime computed is returned from each language

Benchmark Stack + Heap

AC

  • benchmark speed of a program that finds any number of primes passed in - versus one that knows limit at compile time (Array vs Vec in Rust)

Validate Cli Inputs

AC

  • clean input
  • no negative limits or counts
  • all input strings handled
  • bad input caught

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.