Re: Happy New Year!

2024-01-03 Thread electricface via Digitalmars-d-announce

On Wednesday, 3 January 2024 at 01:25:29 UTC, Walter Bright wrote:
Along with my best wishes for a happy and prosperous 2024 to 
all the DLF community members, and their families and friends.


谢谢你们辛苦的工作。


Re: NuMem - safe(r) nogc memory managment

2024-01-03 Thread Guillaume Piolat via Digitalmars-d-announce

On Tuesday, 2 January 2024 at 10:30:52 UTC, Sergey wrote:

On Saturday, 30 December 2023 at 15:17:36 UTC, Luna wrote:

NuMem 0.5.4 has been released, numem is a new library


Any meaningful comparison with another similar library will be 
highly appreciated

https://code.dlang.org/packages/automem


I'm not familiar with automem, and I'm not numem primary author.
Goals seems very similar and from a cursory reading:

- automem is much further along on many points such as: attribute 
forwarding, @nogc, @safe, DIP1000, allocator support, ranges, 
support for GC roots, and exists since 6 years.


- numem is designed to allow C++ programmers to feel at ease, 
with a bit less runtime use maybe. Containers own their elements, 
like C++ containers (not sure how it is in automem). We plan a 
std::map-like.


Re: Happy New Year!

2024-01-03 Thread Guillaume Piolat via Digitalmars-d-announce

On Wednesday, 3 January 2024 at 01:25:29 UTC, Walter Bright wrote:
Along with my best wishes for a happy and prosperous 2024 to 
all the DLF community members, and their families and friends.


Thanks!


Re: Beta 2.107.0

2024-01-03 Thread Walter Bright via Digitalmars-d-announce

Nice work!