Giter VIP home page Giter VIP logo

vgasparyan1995's Projects

prefix_tree icon prefix_tree

An STL compatible associative container to substitute std::map when using strings as key type.

range-v3 icon range-v3

Range library for C++14/17/20, basis for C++20's std::ranges

stalin-sort icon stalin-sort

Add a stalin sort algorithm in any language you like ❣️ if you like give us a ⭐️

thread_pool icon thread_pool

In computer programming, a thread pool is a software design pattern for achieving concurrency of execution in a computer program. Often also called a replicated workers or worker-crew model, a thread pool maintains multiple threads waiting for tasks to be allocated for concurrent execution by the supervising program. By maintaining a pool of threads, the model increases performance and avoids latency in execution due to frequent creation and destruction of threads for short-lived tasks. The number of available threads is tuned to the computing resources available to the program, such as parallel processors, cores, memory, and network sockets.

thread_safe_hash_table icon thread_safe_hash_table

An STL compatible thread safe container based on a hash table. This container is the thread safe version of the STL 'unordered_map' container. The only difference is that the table size of this container is fixed, i.e. the number of buckets is predefined and permanent.

transform icon transform

Generalization of std::transform algorithm to take unlimited number of input ranges.

ukv icon ukv

Modular Transactional NoSQL Database Bringing Zero-Copy Semantics to Docs • Graphs • Blobs • Vectors × in Local • Remote × RocksDB • LevelDB • UMem • UDisk × from C • C++ • Python • Java • GoLang

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.