Unfortunately, no, there is no way to speed up that function. Your options would be:
1) Do your own file I/O. You could probably write a faster routine yourself using binary storage.
2) Put the file saving operation in another thread so it doesn't block your main program thread.
Best Regards,
Chris Matthews
National Instruments