Awesome Open Source
Search
Programming Languages
Languages
All Categories
Categories
About
Search results for c plus plus heap
c-plus-plus
x
heap
x
134 search results found
Gperftools
⭐
7,984
Main gperftools repository
Algorithms
⭐
5,033
Algorithms & Data structures in C++.
Heaptrack
⭐
2,826
A heap memory profiler for Linux
Learning V8
⭐
2,286
Project for learning V8 internals
Gcpp
⭐
777
Experimental deferred and unordered destruction library for C++
Algorithms
⭐
635
Data Structure Libraries and Algorithms implementation
Data Structure Algorithm Programs
⭐
440
This Repo consists of Data structures and Algorithms
Heap Layers
⭐
345
Heap Layers: An Extensible Memory Allocation Infrastructure
Ministl
⭐
335
Tiny STL based on SGI STL
Algo Tree
⭐
318
Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.
Data Structures Algorithms
⭐
228
My implementation of 85+ popular data structures and algorithms and interview questions in Python 3 and C++
Heap Profiler
⭐
181
Ruby heap profiler
O1heap
⭐
170
Constant-complexity deterministic memory allocator (heap) for hard real-time high-integrity embedded systems. There is very little activity because the project is finished and does not require further changes.
Cheat Sheet
⭐
164
C++ Cheat Sheet for ACM ICPC
Memoro
⭐
157
Memoro: A Detailed Heap Profiler
Node Gcstats
⭐
151
Data Structures
⭐
113
Data-Structures using C++.
Poolviewer
⭐
108
An application to view and filter pool allocations from a dmp file on Windows 10 RS5+.
Data Structure And Algorithm
⭐
96
Basic data structures, sorting algorithms, algorithms learning tools. 基本数据结构,排序算法,算法学习工具
Gheap
⭐
95
Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.
Allocatorbuilder
⭐
87
Policy Based C++ Allocator Library
Heapusage
⭐
80
Find memory leaks in Linux and macOS applications
Pathfinder
⭐
78
DirectX 12 Renderer
Prio_queue
⭐
76
C++14 cache friendly B-heap priority queue
Poireau
⭐
74
Poireau: a sampling allocation debugger
Lin
⭐
69
The LIN protocol implemented over Arduino APIs (Serial and Digital IO)
Obstack
⭐
59
A C++ pointer bump memory arena implementation
Fiboheap
⭐
59
C++ STL-like Fibonacci heap and queue for fast priority queues with mutable keys.
Interviewbit
⭐
58
Collection of solution for problems on InterviewBit
Cppa2z
⭐
58
Document modern C++ using unit tests
Echo Web Server
⭐
57
☁️ A C++20 echo web server using a thread pool, an epoll and non-blocking sockets to process requests, consisting of a YAML-based configuration, a customizable logger and a min-heap-based timer.
Asynchttprequest
⭐
57
asynchronous HTTP for ESP using ESPasyncTCP. Works like XMLHTTPrequest in JS.
Windows_10_rs2_rs3_exploitation_primitives
⭐
54
Windows 10 RS2/RS3 exploitation primitives based on the OffensiveCon 2018 talk
Dyplayer
⭐
51
Abstracton for DY-XXXX mp3 player modules over UART.
Hellod3d12
⭐
50
Direct3D 12 test code.
Algorithm Bootcamp Ds
⭐
49
Teaching materials for Algorithm Bootcamp: Data Structure.
Amazon Kinesis Video Streams Pic
⭐
44
Pin
⭐
43
Collection of pin tools
Smallfunction
⭐
42
Stack allocated and type-erased functors 🐜
Cupq
⭐
42
a CUDA implementation of a priority queue
Hardenedpartitionalloc
⭐
40
A forked and hardened version of PartitionAlloc from Chrome's Blink engine
Function
⭐
38
Heap allocation free version of C++11 std::function
2ls
⭐
33
Static Analyzer and Verifier
Cpp
⭐
33
algorithms in c++
Radix Heap
⭐
33
An implementation of radix heap
Meds
⭐
33
Algorithms
⭐
31
Study cases for Algorithms and Data Structures.
Wb_alloc
⭐
30
Easy to use custom allocators in a single-header, public domain C/C++ library
Qmjstl
⭐
30
用C++14实现的STL标准库,容器和算法包含但不限于STL
Data Structures Algorithms Handbook
⭐
29
A series of important questions with solutions to crack the coding interview and ace it!
Wasm Arrays
⭐
27
A couple of helper functions to make WebAssembly array parameters easy to use
Interview Prep Cpp
⭐
27
My solutions to coding interview problems on Leetcode, Algoexpert, Codewars and other interview preparation websites
Poplar Heap
⭐
27
make_heap and sort_heap for a poplar heap with O(1) extra memory
Delegate
⭐
27
Embedded friendly std::function alternative. Never heap alloc, no exceptions
Microtbx
⭐
26
MicroTBX is an open source Microcontroller ToolBoX consisting of software components commonly needed in embedded software applications.
Heap
⭐
25
Looking into the performance of heaps, starting with the Min-Max Heap
Pawn Memory
⭐
25
PAWN memory access plugin
Slimguard
⭐
25
A Secure and Memory-Efficient Heap Allocator
Algorithms
⭐
25
Dsalglib
⭐
23
This is improved and stable version of dsalib ready to use C++ data structures and algorithms template library
Fibonacci
⭐
23
A simple C++ fibonacci heap implementation
Cheap
⭐
21
Cheap: customized heaps for improved application performance.
Dsa
⭐
20
This is Data Structure and Algorithm - Notes and Codes Repo
Pilloc
⭐
19
A pin tool to visualise heap operations
Ndump
⭐
19
node dump heap and cpu
3013 Algorithms
⭐
18
Algorithms Course Repo
Harb
⭐
18
Ruby 2.x objspace heap dump analyzer
Clrs C Implementation
⭐
18
Algorithm implementation in Introduction to Algorithm (CLRS).
Data Structures And Algorithm
⭐
17
A collection of algorithms and data structures in C++. If you loved it, give a 🌟!
Chunkedseq
⭐
17
Container data structure for representing sequences by many fixed-capacity heap-allocated buffers (i.e., chunks).
Small_vector
⭐
16
"Small Vector" optimization for Modern C++: store up to a small number of items on the stack
Priority Queue
⭐
16
Header-only, generic and dependency-free C++17 implementation of Heaps and Priority Queues
Competitive_coding
⭐
16
Contains Solution for all type of Problems of Competitive Programming. Updates Frequently as any problem is solved.
Cpp Data Structures And Algorithm Design Principles
⭐
16
Leverage the power of modern C++ to build robust and scalable applications
Mpgc
⭐
15
Multi-Process Garbage Collector
Dumb_ptr
⭐
14
A partial implementation of C++11 smart pointers in GNU C
Micro Containers
⭐
14
Fast, Slim, Embeddable, Headers Only C++11 containers library. No standard library is required.
Cpp_competitive_programming_sublime_snippets
⭐
14
Sublime Snippets for improving the coding experience while doing competitive programming in C++.
Fibonacciheap
⭐
13
A Fibonacci Heap implementation
Advanceddatastructures
⭐
13
A collection of exotic & advanced data structures in C++ and Haskell.
Openthreads
⭐
13
Cross platform C++ threading library
Algorithms
⭐
12
Solving algorithm problems with C++ language
Lightstl
⭐
12
A subset and a superset of STL
Design And Analysis Of Algorithm Data Structure
⭐
12
Data structure and algorithms are two of the most important aspects of computer science. Data structures allow us to organize and store data, while algorithms allow us to process that data in a meaningful way.
Data_structures_and_algorithms
⭐
12
Data Structures Implementation
Innblock
⭐
12
用于分析innodb块结构的小工具 innblock是编译好的
Rank Pairing Heaps
⭐
11
201 Datastructures Cpp
⭐
11
Source codes for the Data Structures and Algorithms in C++ and Java book
Algorithms Data Structures
⭐
11
Implementations of Fundamental Algorithms & Data Structures in C++.
Splitnx
⭐
11
LiveSplit Server plugin for autosplitting on the Nintendo Switch!
Dualgorithm
⭐
11
My personal code collection of algorithms, data structures, and design patterns in C++ and Python.
Logger Bench
⭐
10
Benchmark of different C or C++ loggers
Interviewprep
⭐
10
My solution codes for 400+ algorithms and data structure problems. Most common and famous interview placement questions from Data Structures and Algorithms.
Mem_debug
⭐
10
MEM_debug - A Quick and Easy Memory Debugger
Pepco
⭐
10
Data Structures and Algorithms. Contribute and Learn together.
Gperftools
⭐
10
Google Perftools
⭐
10
Clone of google-perftools
Process
⭐
9
some code with process
Beginners Data Structure
⭐
9
This repository contains the Basic Data Structures and Related Problems in C++. The code is written in a way that it can be easily understood by beginners.
Notebook
⭐
8
📛 this repository will be used for learn data struct or other knowledge ~
Related Searches
C Plus Plus Cmake (8,712)
C Plus Plus Qt (8,557)
C Plus Plus Video Game (8,255)
C Plus Plus Algorithms (5,466)
C Plus Plus Opengl (4,396)
C Plus Plus 3d Graphics (3,196)
C Plus Plus Testing (2,735)
C Plus Plus Command Line (2,304)
Javascript C Plus Plus (2,235)
C Plus Plus Data Structure (2,228)
1-100 of 134 search results
Next >
Privacy
|
About
|
Terms
|
Follow Us On Twitter
Copyright 2018-2024 Awesome Open Source. All rights reserved.