Forum
New discussionAnorency Updates Dec 3030 Dec 2025
General Weekly Updates
- Refactor the codebase again.
- Supports SBO generic Message.
- Supports TLS Memory Pool.
- Supports SPSC ring buffer.
- In
VLE Update Nov 1818 Nov 2025
General Weekly Update Nov 18
1. Supports concept-based polymorphism, replacing with virtual table.
2. Encapsulate higher-level graphics api.
3. Con
CudaCula Update Nov 1818 Nov 2025
General Weekly Update
I am looking for ways to integrate real data into this model.
I am designing a data aggreator based on Yahoo API or any othe
Anorency Updates Nov 1818 Nov 2025
General Weekly Update Nov 18
It's really hard to make progress on a concurrency framework!
1. Redesign the stream, a structure that can read and wr
Anorency Updates Nov 22 Nov 2025
General Weekly Updates
Hi all, It's been a while!
This week I have been working on the messaging system. I have considered some ideas like the MBo
Principle idea of Anorency27 Sept 2025
GeneralAnorency is a multi-thread communication framework driven by modern c++.
The basic idea is like this:
cpp
int main(void){
Anorency::Ano