Skip to content

Commit 18c762e

Browse files
author
Ariel Silahian
committed
updated Readme.md
1 parent 62dc0ed commit 18c762e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,27 @@ For project questions use the repository’s forums or any of my social media pr
127127

128128

129129
# Release notes
130+
### Mar 16 2025
131+
**Enhancements**
132+
- **New Plugins Added:**
133+
- BitStamp
134+
- Gemini
135+
- Kraken
136+
- KuCoin
137+
138+
- **Plugin Improvements:**
139+
- Enhanced plugin lifecycle, allowing each plugin to have its own autonomy without affecting the core system (reconnection, auto stopping, etc.).
140+
- Improved error handling within plugins.
141+
- Introduced a new module to handle all exceptions and notifications from plugins and the core system without disrupting operations.
142+
143+
- **Performance Improvements:**
144+
- Incorporated custom queues that improve performance and throughput by 40%.
145+
- Implemented custom object pools, enhancing memory allocation throughout the system.
146+
- Re-organized data structures and code for better usage, with significant improvements in performance and memory handling.
147+
- Optimized order book data structures for faster lookups and updates.
148+
149+
For detailed changes, refer to [pull request #41](https://github.com/visualHFT/VisualHFT/pull/41) and [pull request #36](https://github.com/visualHFT/VisualHFT/pull/36).
150+
130151
### Jun 26 2024
131152
**Enhancements**
132153
- **Performance Improvements:**

0 commit comments

Comments
 (0)