ext-array: Speed up with unlocked versions of I/O functions.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 7 May 2011 20:02:34 +0000 (13:02 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 7 May 2011 20:02:34 +0000 (13:02 -0700)
In my tests this reduced a 2.0 second run to only 1.5 seconds.

Bug #33260.

src/libpspp/ext-array.c

index b1eded3a3f4d41e658dd2c5aad57d4991e251bc7..68bbe954f38768d80d48a9c1f90ae71873daf086 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2009, 2010, 2011 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -30,6 +30,7 @@
 #include "libpspp/temp-file.h"
 
 #include "gl/error.h"
+#include "gl/unlocked-io.h"
 #include "gl/xalloc.h"
 
 #include "gettext.h"