I’ve released Jordium Gantt for Vue 3 v1.4.3, focused almost entirely on performance.
This update adds virtualized scrolling + virtualized rendering, letting the component stay smooth even with tens of thousands of tasks.
Key improvements:
- Virtualized scrolling for TaskList & Timeline
- Virtualized rendering to minimize DOM size
- Optimized large-dataset rendering pipeline
- New demo showing real performance on massive data
If you’ve ever built a Gantt chart and watched the browser choke on DOM nodes, this version might interest you. Performance is the main feature.
We recently released Jordium.Snowflake.NET, a lightweight and high-performance Snowflake ID generator for .NET (supports .NET 6/8, .NET Framework ≥4.6.1, and .NET Standard 2.0).
In the first 7 days since publishing to NuGet, the package has reached 1.1K downloads.
Appreciate the early adopters who shared feedback — it has already helped us refine the API design and compatibility targets.
If you’re working with distributed systems, microservices, or high-concurrency applications and need consistent 64-bit IDs without a central bottleneck, feel free to check it out.
Contributions and suggestions are welcome.
If you’re building distributed systems in .NET, generating unique IDs at scale can be tricky. Jordium.Snowflake.NET is a lightweight, MIT-licensed library based on the Snowflake algorithm.
Key points:
Generates globally unique 64-bit IDs
Million QPS capable, optimized for high concurrency
Fully configurable: data center ID, worker ID, sequence bits
Pure .NET implementation, no external dependencies
Ideal for orders, logs, events, or any distributed ID needs
Key improvements:
- Virtualized scrolling for TaskList & Timeline
- Virtualized rendering to minimize DOM size
- Optimized large-dataset rendering pipeline
- New demo showing real performance on massive data
If you’ve ever built a Gantt chart and watched the browser choke on DOM nodes, this version might interest you. Performance is the main feature.