diff README @ 2653:13313d0cab71

topicmap: massive rework Massively rework the way we build and use topicmap. This bring massive performance benefit. Topic map use to be a fully independant thing that we would switch on and off globaly. The caching on disk was broken so the performance were atrocious. Intead, now the topic are inherited from the 'immutable' map. We gave up on storing them on disk for now since the mutable set is usually small enough. The activation is done by hacking new "filter" on the repository and detection when they are one. This is hacky but core is hard to wrap here. Overall this whole wrapping is really scary and we should massage core API to help it.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 22 Jun 2017 10:13:29 +0200
parents d8b47d961c77
children a51970c07492
line wrap: on
line diff
--- a/README	Thu Jun 22 09:47:14 2017 +0200
+++ b/README	Thu Jun 22 10:13:29 2017 +0200
@@ -131,6 +131,7 @@
  - stack: properly abort when and unknown topic is requested,
  - topic: changing topic on revs no longer adds extra instability (issue5441)
  - topic: topics: rename '--change' flag to '--rev' flag,
+ - topic: multiple large performance improvements,
 
 6.4.1 - in progress
 -------------------