Re: mmap and Windows

2020-07-25 Thread Werner LEMBERG
Hello Vincent, > On Windows, there is no mmap, but there is shared memory support, > with CreateFileMapping and MapViewOfFile. > > If shared mem really improved loading of files on Unix, would you > consider adding shared mem support on Windows too ? If this really makes a difference on

Re: Logging Library-GSOC

2020-07-25 Thread Werner LEMBERG
> I was working on removing the warnings which get triggered after > enabling macro `FT_LOGGING' in ftoption.h file to use dlg library > for logging on a file. If `FT_LOGGING' macro is enabled FT_TRACE > messages are handled by dlg's API which internally uses a function > of `printf' like