Merge changes I00796d75,I1c20452e

* changes:
  Fixed windows support
  Added note on optimization
diff --git a/script/korapxml2krill b/script/korapxml2krill
index 42292ad..72ba265 100644
--- a/script/korapxml2krill
+++ b/script/korapxml2krill
@@ -470,6 +470,9 @@
       # Create temporary file
       $temp = File::Temp->newdir;
 
+      # TODO: Check if $filename exist at the beginning,
+      # because extraction can be horrible slow!
+
       # Extract from archive
       if ($archive->extract($dirs[$i], $temp)) {