diff --git a/CHANGELOG.md b/CHANGELOG.md
index 751e43e..ed9c7d5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,9 @@
## 0.7.4
-`improve` improve cache handler which gains overall performance up to 20%
+`improve` inherit cache from factory
`improve` add fast path within reconciliation
+`improve` indices requires no sync anymore
+`change` remove dom indices, method access by index is now recommended (access by node is still supported but has extra costs, prevent looping via method access by node)
+`new` method ___dispatch___ to call/invoke an event handler manually
`fix` external/internal stores
## 0.7.3
diff --git a/README.md b/README.md
index a269fab..e9575af 100644
--- a/README.md
+++ b/README.md
@@ -50,11 +50,11 @@ __Demo:__
#### How to learn Mikado?
-Thanks to the reversed engineering Mikado provides you one of the most simple to learn idiomatic style which are based on living standards. You do not have to learn a new language, you just need some basic skills you already have. __It will take 3 minutes to become productive.__ Don't let confuse you about the size of this documentation, because it will show you a lot of in-depth details, which are just missing in most of other framework documentations. You will do not need this details to start with. But when you would like to know more you have a chance to go deeper.
+Thanks to the reversed engineering Mikado provides you one of the most simple to learn idiomatic style which are based on living standards. You do not have to learn a new language, you just need some basic skills you already have. __It will take 3 minutes to become productive.__ Don't let confuse you about the size of this documentation, because it will show you a lot of in-depth details, which are just missing in most of other framework documentations. You will do not need this details to start with. But when you would like to know more you get a chance to go deeper.
Also all compiled dist files will work out of the box, no TypeScript, no Webpack, no module loader, no anything external is required. You can start out of the box seamlessly. No pain you might know from other frameworks.
-Checklist for new developers (the most simple example, takes 3 minutes):
+Guide for new developers (the most simple example, just takes 3 minutes):
- Load this bundle through a script tag resource
- Provide a basic template as native HTML5 template
- Compile the template, create Mikado instance by passing the root node and the compiled template
@@ -93,10 +93,12 @@ Checklist for new developers (the most simple example, takes 3 minutes):
- Manipulate Views
- Caching Helpers
14. DOM State Caching
-15. Storage
- - Loose Option
+15. Stores:
+ - Internal Store
+ - Loose Store
- Extern/Custom Store
- - Export / Import Views
+ - Reactive Store
+ - Export / Import Stores
16. State
17. Callbacks
18. Transport / Load Templates
@@ -407,16 +409,16 @@ Values represents operations per second, each benchmark task has to process a da
Library | +KB | +RAM | +Create | +Replace | +Update | +Order | +Repaint | +Append | +Remove | +Toggle | +Clear | +Index | +Score | +
mikado | +2.8 | +27 | +18745 | +8124 | +92669 | +49554 | +299140 | +35254 | +27563 | +31265 | +25276 | +994 | +60020 | +
inferno | +8.4 | +311 | +754 | +724 | +5493 | +5266 | +6055 | +1323 | +7443 | +2302 | +15982 | +196 | +3099 | +
mithril | +9.6 | +263 | +637 | +612 | +4599 | +4267 | +4997 | +1120 | +6614 | +2004 | +12622 | +175 | +2639 | +
domc | +4.5 | +393 | +1078 | +1059 | +1082 | +1129 | +1101 | +1128 | +2049 | +1464 | +24931 | +214 | +1385 | +
innerhtml | +0 | +494 | +1029 | +999 | +993 | +876 | +885 | +935 | +1769 | +1186 | +27131 | +157 | +1232 | +
surplus | +15.8 | +626 | +975 | +857 | +849 | +854 | +846 | +878 | +1560 | +1187 | +23713 | +165 | +1093 | +
sinuous | +7.5 | +650 | +842 | +809 | +812 | +824 | +820 | +813 | +1577 | +1096 | +18047 | +161 | +1043 | +
jquery | +31.3 | +684 | +809 | +707 | +703 | +643 | +652 | +698 | +1129 | +860 | +5520 | +86 | +784 | +
redom | +2.9 | +1090 | +449 | +441 | +450 | +451 | +452 | +468 | +864 | +603 | +11765 | +158 | +715 | +
lit-html | +17.3 | +1179 | +441 | +411 | +409 | +413 | +409 | +431 | +761 | +550 | +4964 | +80 | +538 | +
ractive | +68.2 | +4684 | +165 | +156 | +158 | +158 | +159 | +166 | +298 | +212 | +1944 | +37 | +223 | +
knockout | +24.8 | +2657 | +91 | +67 | +68 | +68 | +68 | +84 | +130 | +103 | +1162 | +46 | +175 | +
2.8 | 25 | 18432 | -6014 | +7822 | 90335 | -46951 | +48761 | 284969 | 34245 | 27452 | 30704 | 25674 | -987 | -18045 | +994 | +18232 |
22497 | 4617 | 25167 | -493 | +478 | 5271 | |||||||||||
8317 | 1645 | 5021 | -235 | +224 | 2607 | |||||||||||
7366 | 2345 | 16151 | -200 | +198 | 1272 | |||||||||||
7191 | 2011 | 12604 | -198 | +193 | 1200 | |||||||||||
6620 | 1530 | 12348 | -232 | +226 | 1167 | |||||||||||
1636 | 1186 | 27371 | -159 | +157 | 791 | |||||||||||
1540 | 1155 | 25324 | -171 | +169 | 740 | |||||||||||
2970 | 616 | 1768 | -86 | +82 | 716 | |||||||||||
1609 | 1075 | 16384 | -157 | +155 | 678 | |||||||||||
1136 | 872 | 5531 | -88 | +86 | 503 | |||||||||||
Library | -KB | -RAM | -Create | -Replace | -Update | -Order | -Repaint | -Append | -Remove | -Toggle | -Clear | -Index | -Score | -
mikado | -2.8 | -27 | -18745 | -6030 | -92669 | -45868 | -299140 | -35254 | -27563 | -31265 | -25182 | -993 | -59354 | -
inferno | -8.4 | -311 | -754 | -724 | -5493 | -5266 | -6055 | -1323 | -7443 | -2302 | -15982 | -200 | -3099 | -
mithril | -9.6 | -263 | -637 | -612 | -4599 | -4267 | -4997 | -1120 | -6614 | -2004 | -12622 | -178 | -2639 | -
domc | -4.5 | -393 | -1078 | -1059 | -1082 | -1129 | -1101 | -1128 | -2049 | -1464 | -24931 | -218 | -1385 | -
innerhtml | -0 | -494 | -1029 | -999 | -993 | -876 | -885 | -935 | -1769 | -1186 | -27131 | -162 | -1232 | -
surplus | -15.8 | -626 | -975 | -857 | -849 | -854 | -846 | -878 | -1560 | -1187 | -23713 | -168 | -1093 | -
sinuous | -7.5 | -650 | -842 | -809 | -812 | -824 | -820 | -813 | -1577 | -1096 | -18047 | -164 | -1043 | -
jquery | -31.3 | -684 | -809 | -707 | -703 | -643 | -652 | -698 | -1129 | -860 | -5520 | -89 | -784 | -
redom | -2.9 | -1090 | -449 | -441 | -450 | -451 | -452 | -468 | -864 | -603 | -11765 | -160 | -715 | -
lit-html | -17.3 | -1179 | -441 | -411 | -409 | -413 | -409 | -431 | -761 | -550 | -4964 | -82 | -538 | -
ractive | -68.2 | -4684 | -165 | -156 | -158 | -158 | -159 | -166 | -298 | -212 | -1944 | -38 | -223 | -
knockout | -24.8 | -2657 | -91 | -67 | -68 | -68 | -68 | -84 | -130 | -103 | -1162 | -46 | -175 | -