Results 126 comments of Michael Eisel

Link: https://stackoverflow.com/questions/26259421/use-mmap-in-c-to-write-into-memory

Using a memory buffer incurs both the complexity of implementing the buffer as well as the fragility of only persisting data in memory. IMO it’s a next step *after* mmap

CocoaLumberjack uses fixed-size files, correct? So you can "pre-allocate" by making the file as large as it would potentially grow to, e.g. by seeking to the end and writing a...

It could be written that way, just as most things could be written via a `reduce`, but I think the popularity of this use case (based on those SO questions...

Do you have a minimum reproducible example you could send?

Also, does this error occur with ld64 as well, or just zld?

hi, do you have some steps for me to reproduce?

can i just do a pod install with NinchatSDK?

thanks for the report, do you have a test case i can reproduce? i.e., all the input files such as .o files as well as the invocation