Git Product home page Git Product logo

You've found a wandering c++ developer!

Check out my personal collection in monorepo format here:

logo

There are many programming libraries out there, and here is part of my own. The utilties here are written to be:

  • Performant: Whatever approach is taken, whether naive or complex the overall result should be fast.
  • Scalable: The algorithms and processes chosen are ideally linear or sublinear where possible.
  • Memory Conscious: Functions don't allocate if they don't need to.
  • Exceptionless: Functions don't throw exceptions if they don't need to.

Notes

This is just a landing page on my profile, click the image or one of the links below, for utilities for a particular language check out the other branches.

C++ Single Header Files and Libraries

  • C++ Branch - A collection of some of my personal c++ libraries
    • forceinline - A header for a macro to force inline functions always_force_inline
    • headers - A set of headers that groups common standard c++ headers together
    • simple_benchmark - A single header for benchmarking, even smaller than nanobench!
    • stack_vector - A header for a vector which lives on the stack
    • inline_vector - A header to treat contiguous data like a vector in a span-like manner
    • waterhash - An implementation of waterhash, but as a module and constexpr!
    • wheathash - An implementation of wheathash, but as a module and constexpr!
    • and more!...

Gists

https://gist.github.com/Andersama - For those who want to take a peek at some of the gists I've written.

A number of these are being updated and moved into https://github.com/Andersama-Library/open-source

Blog

https://www.andersama.com/blog - For those who like to read you can find a few things I've written here.

Sponsor

Consider sponsoring for access to my private libraries and to keep me going. I'm currently moving my code over to https://github.com/Andersama-Library/open-source.

I'm aiming to build a large sponsorware repository. When I meet different sponsorship amounts per month I'll move contents from my sponsorware repository into the open source one. Feel free to contact me for library ideas you'd like to see on the dicussions tab! If you're the first person to suggest an idea and I think it deserves to be sponsorware I'll make sure you have access to it when I start working on it!

Alex Anderson's Projects

Alex Anderson doesnโ€™t have any public repositories yet.

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.