Rev 3519: Update NEWS with the performance improvements, and the 1.6b3 release in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/win32_find_files

John Arbash Meinel john at arbash-meinel.com
Thu Jul 17 13:58:41 BST 2008


At http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/win32_find_files

------------------------------------------------------------
revno: 3519
revision-id: john at arbash-meinel.com-20080717125830-tvrs36uf3x223elx
parent: john at arbash-meinel.com-20080717125511-rjpil183ctky8l84
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: win32_find_files
timestamp: Thu 2008-07-17 07:58:30 -0500
message:
  Update NEWS with the performance improvements, and the 1.6b3 release
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2008-07-17 09:58:00 +0000
+++ b/NEWS	2008-07-17 12:58:30 +0000
@@ -10,6 +10,39 @@
 
   FEATURES:
 
+
+  IMPROVEMENTS:
+
+    * Implemented a custom ``walkdirs_utf8`` implementation for win32.
+      This uses a pyrex extension to get direct access to the
+      ``FindFirstFileW`` style apis, rather than using ``listdir`` +
+      ``lstat``. Shows a very strong improvement in commands like
+      ``status`` and ``diff`` which have to iterate the working tree.
+      Anywhere from 2x-6x faster depending on the size of the tree (bigger
+      trees, bigger benefit.) (John Arbash Meinel)
+
+
+  BUG FIXES:
+
+
+  DOCUMENTATION:
+
+
+  TESTING:
+
+
+  API CHANGES:
+
+
+  INTERNALS:
+
+
+
+bzr 1.6beta3 2008-07-17
+-----------------------
+
+  FEATURES:
+
     * New ``pre_change_branch_tip`` hook that is called before the
       branch tip is moved, while the branch is write-locked.  See the User
       Reference for signature details.  (Andrew Bennetts)



More information about the bazaar-commits mailing list