Git Product home page Git Product logo

allocpp's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

allocpp's Issues

Pointer concepts

Create pointer concepts as a trait classes inherits std::integral_constant.
Required concepts: single_object_ptr, array_ptr, random_access_ptr, raw_ptr.
Also refactor pointer_casts struct to templated struct with single template parameter. For any casts use pointer_trait::rebind as a parameter.
Provide templated struct pointer_conversion in order to allow a constuction of pointer from pointer with different type and memory size.
Provide trait to check possibility of pointer conversion.

Stl tests

Provide tests for interaction of stl-containers with allocator. All methods that is tend to allocate memory should be tested.

Benchmarks

Provide benchmarks for pool_allocation and linear_allocation. Benchmarks should measure allocate/deallocate methods and also performance of stl-containers with suitable allocator. For example: vector with known maximum capacity with linear allocator; list, map and set with pool allocator and so on.
Consider using google benchmark framework https://github.com/google/benchmark

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.