Re: D Language Foundation August 2023 Monthly Meeting Summary

2023-08-24 Thread harakim via Digitalmars-d-announce
On Friday, 25 August 2023 at 01:20:28 UTC, matheus wrote: Reading over about other languages CT problems I wonder how this half second is too terrible. =] I barely see any difference between 500ms to 1000ms. I love the fast compile time of D. It feels so freeing. Contrast that to a Visual

Re: Versatile Serialization Library: Empowering Recursive Data Serialization and Deserialization

2023-08-24 Thread harakim via Digitalmars-d-announce
On Thursday, 24 August 2023 at 21:29:34 UTC, Andrew wrote: On Thursday, 24 August 2023 at 14:36:41 UTC, Comander wrote: I've created a foundational library designed to simplify recursive serialization and deserialization processes. This comprehensive tool offers assistance for fundamental

Re: D Language Foundation August 2023 Monthly Meeting Summary

2023-08-24 Thread matheus via Digitalmars-d-announce
On Tuesday, 22 August 2023 at 12:59:12 UTC, Mike Parker wrote: ... Adam said his library compiled in half a second. Robert said that was still too slow. His work project didn't compile in half a second. He said his goal was that by the time of the key-up event after pressing 'Enter' on Ninja

Re: Versatile Serialization Library: Empowering Recursive Data Serialization and Deserialization

2023-08-24 Thread Comander via Digitalmars-d-announce
On Thursday, 24 August 2023 at 21:29:34 UTC, Andrew wrote: On Thursday, 24 August 2023 at 14:36:41 UTC, Comander wrote: I've created a foundational library designed to simplify recursive serialization and deserialization processes. This comprehensive tool offers assistance for fundamental

Re: Versatile Serialization Library: Empowering Recursive Data Serialization and Deserialization

2023-08-24 Thread Andrew via Digitalmars-d-announce
On Thursday, 24 August 2023 at 14:36:41 UTC, Comander wrote: I've created a foundational library designed to simplify recursive serialization and deserialization processes. This comprehensive tool offers assistance for fundamental types such as integrals, byte arrays, strings, and even arrays

Versatile Serialization Library: Empowering Recursive Data Serialization and Deserialization

2023-08-24 Thread Comander via Digitalmars-d-announce
I've created a foundational library designed to simplify recursive serialization and deserialization processes. This comprehensive tool offers assistance for fundamental types such as integrals, byte arrays, strings, and even arrays of objects. The primary objective is to enhance the