stateful_pointer
Pointer extender
A library that allows storing extra state in a pointer without adding significant overhead
Use unused bits in your pointer
46 stars
4 watching
1 forks
Language: C++
last commit: about 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
gotidy/ptr | Provides functions to simplify creation of pointers from constants of basic types | 27 |
kaidokert/fastdelegate | A C++11 implementation of a dynamic function pointer mechanism with improved performance and features compared to the original version. | 24 |
xorcare/pointer | A collection of helper routines for creating optional fields in Go | 42 |
shobrook/stackexplain | A tool to help developers understand stack traces by sending them to AI-powered chat for explanations. | 517 |
zevada/stateful | A lightweight library for implementing event-driven state machines with clean and simple design | 20 |
pollardbanknote/cppbackport | A C++ library that ported new features to older standards | 38 |
iagox86/hash_extender | A tool designed to automate length extension attacks against various hashing algorithms. | 1,089 |
janekptacijarabaci/greasemonkey | A tool that enables users to customize their web browsing experience through small, script-based extensions | 92 |
mpusz/shared_ptr_2.0 | A C++ implementation of a smart pointer that uses reference counting for managing dynamic memory | 2 |
nickstrupat/entityframework.softdeletable | Provides base classes and helpers for managing soft-deletable data in EntityFramework applications. | 3 |
cschreib/observable_unique_ptr | Provides unique ownership smart pointers with observable lifetime control | 34 |
anakic/jot | A C# library for persisting and applying .NET application state | 632 |
p-p-h-d/mlib | A C library providing generic and type-safe container implementations | 904 |
vivek-ng/concurrency-limiter | A library that limits concurrency and provides features like timeouts, dynamic priority, and context cancellation for goroutines. | 17 |
mazharenko/fluentassertions.eventual | A NuGet package that allows developers to wait for FluentAssertions checks to pass during testing | 5 |