Consolidated all sub-documents into character document to improve granularity significantly

Because just the top-level field changing invalidates everything in the sub-document, a single attribute change would trigger a re-calculation on all attributes and their dependents. This change should significantly improve performance.
This commit is contained in:
Thaum
2014-11-20 06:52:05 +00:00
parent b4d92e799a
commit ca7a625534
19 changed files with 463 additions and 399 deletions

View File

@@ -0,0 +1,4 @@
Schemas.Proficiency = new SimpleSchema({
name: {type: String},
source: {type: String}
})