Code Monkey home page Code Monkey logo

dainty_container's Introduction

dainty_container

<dainty::container> consists of a number of container types that are used by the <dainty> framework

Historical context: The containers were initialy developed for a deterministic application. They are now transformed to a newer c++ version and nameing convention, which will most likely introduce bugs. This will be fixed when unit testing is introduced.

The dainty containers offers functionality not available in <std> containers. All the containers have the following characterists:

  1. incorporate <oops>, the error handling mechanism used by the dainty framework.
  2. heap and stack version avaiable for most of the containers.
  3. small interfaces (compared to wide interfaces) to do essential work.
  4. most containers are inplace containers that do not allow implicit copy or move.
  5. no function method using t_err will crash.
  6. container implementations are simple to understand and debug.

current containers:

  1. t_freelist
  2. t_list
  3. t_pushlist
  4. t_map
  5. t_valuestore - required to manage contruction & destruction
  6. t_any
  7. t_maybe
  8. t_passable_ptr
  9. t_holder
  10. t_ptrlist

many containers to follow (they must still be ported from another framework)

  1. t_linked_queue
  2. t_linked_ring
  3. t_bytebuf
  4. t_set
  5. t_uniquelist
  6. t_array
  7. t_string
  8. t_texting
  9. t_varbuf
  10. ....

dainty_container's People

Contributors

kieme avatar

Watchers

James Cloos 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.