[DiscordArchive] Also maybe I can bring this up via you, do you know if casclib locks any archives or indexes for rea
[DiscordArchive] Also maybe I can bring this up via you, do you know if casclib locks any archives or indexes for rea
Archived author: Marlamin • Posted: 2018-06-17T09:25:01.599000+00:00
Original source
Also maybe I can bring this up via you, do you know if casclib locks any archives or indexes for reading?
Archived author: Marlamin • Posted: 2018-06-17T09:25:23.013000+00:00
Original source
I often have users of wowmodelviewer complaining of corrupted installs because agent tried to fix it while wowmodelviewer was open.
Archived author: Quantam • Posted: 2018-06-17T09:27:00.887000+00:00
Original source
Huh. There's some new syntax in C# it seems. Some of the stuff in these .cs files is new to me and I've done C# before
Archived author: Marlamin • Posted: 2018-06-17T09:27:20.105000+00:00
Original source
Oh yeah there's new stuff all the time, tom especially loves using it.
Archived author: Quantam • Posted: 2018-06-17T09:27:58.829000+00:00
Original source
Ehh. A one library to rule them all should be written in native, non-managed code for max speed and min size
Archived author: Marlamin • Posted: 2018-06-17T09:28:26.048000+00:00
Original source
That's where opinions already start to diverge it seems :p
Archived author: Quantam • Posted: 2018-06-17T09:28:48.153000+00:00
Original source
Writing catc in Python has really drilled that point into my head
Archived author: Quantam • Posted: 2018-06-17T09:29:39.741000+00:00
Original source
And while Python is far slower and more memory-hungry than C# that gets JITed to native code, the managed type system still means it'll be a lot worse than native code in memory use
Archived author: Quantam • Posted: 2018-06-17T09:31:19.779000+00:00
Original source
Although...
Archived author: Marlamin • Posted: 2018-06-17T09:31:22.869000+00:00
Original source
C# gets a lot of shit for being managed, they've been doing pretty awesome performance and memory improvements in .NET Core and such. I'm sure C++ etc can still be faster but I just prefer C# for readability