Skip to content
/ libmemcpy Public

glibc memcpy routines split off into a separate library

License

Notifications You must be signed in to change notification settings

DMOJ/libmemcpy

 
 

Repository files navigation

libmemcpy Linux Build Status

glibc features very fast memcpy routines optimized for various architectures, and runtime logic to pick an optimal one for a given processor.

Unfortunately, if you are targetting systems without glibc — like Windows — you do not have this benefit.

That's where libmemcpy comes in: it contains glibc's copy routines, routinely extracted and patched to build under MinGW.