First pass for performance improvement on _clone() operations.
[awesomized/libmemcached] / ChangeLog
index 53f776c092c23210555bb1a81aaae7c3f8cb0df7..e4c731b93db3044d6ac55c60a849c81f7a5768c2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,12 @@
-0.38
+0.38 
+
+ * memcached_clone() now runs 5 times faster.
+
+ * Functions used for callbacks are now given const memcached_st.
+
+ * Added MEMCACHED_BEHAVIOR_CORK.
+ * memslap now creates a configuration file at ~/.memslap.cnf
 
  * memcached_purge() now calls any callbacks registered during get
    execution.