What makes you think a library is faster than direct WinAPI calls?
Compare a window created using the above examples, to a window created using:
GLFW - An OpenGL library

Compiling and Loading are faster imo using the library.

a "standard window" should be faster and produce the smallest binary
in theory.