On Fri, Jul 24, 2020 at 4:25 PM Vincent Torri <vincent.to...@gmail.com>
wrote:

> hello
>
> 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 ?
>

You can already do that on Windows by mapping it yourself and
using FT_New_Memory_Face().


>
> Vincent Torri
>
>

Reply via email to