Giter VIP home page Giter VIP logo

consteval's Introduction

consteval

I will be using this repository to build up a library of compile time evaluated functionality as I learn about constant evaluation in Rust. No guarantees as to the quality of the code but I am a big fan of unit testing and test driven development (or at least test guided development). As such, it's likely that every function or type I make here will have a unit test associated with it to raise confidence in the functionality.

Rationale

Rust has the ability to have the compiler itself run the functions we want in a constant context. The main unit of functionality that can support this is the const function. Const functions in Rust are limited in what they can do as they must be able to run both at compile time and runtime and so we need to find replacement methods to achieve the results that we normally have access to in the standard library.

This is the reason I am looking into constant evaluation as the more we can do at compile time, the less we need to do (and the faster it'll be) at runtime.

consteval's People

Contributors

forgottenmaster avatar

Watchers

 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.