Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

9
LINES

< > BotCompany Repo | #1030883 // DB quickImport mix-in [faster DB reloads for DynModules, Include]

JavaX fragment (include)

transient bool quickDBReloadEnabled;

Concepts _getReloadData() {
  ret db_mainConcepts();
}

void _setReloadData_early(virtual Concepts data) {
  quickImportMainConcepts(data, () -> quickDBReloadEnabled);
}

Author comment

Began life as a copy of #1030882

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, ekrmjmnbrukm, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030883
Snippet name: DB quickImport mix-in [faster DB reloads for DynModules, Include]
Eternal ID of this version: #1030883/5
Text MD5: 46056360ff0b41a3ecfc58585770b38a
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-04-19 14:13:30
Source code size: 215 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 110 / 2477
Version history: 4 change(s)
Referenced in: #1030602 - Gazelle BEA [backup before package change]
#1030928 - Gazelle BEA [backup with old "add field" layout]
#1030948 - Gazelle BEA [copy for transpilation test]
#1030954 - Gazelle BEA [new compact include test]
#1030958 - Gazelle BEA [backup before new compact include]
#1031031 - Gazelle BEA fast DB load test, dev.
#1031397 - Gazelle BEA [new class naming scheme, abandoned]
#1031465 - GazelleBEA [backup before new dynamic class names]
#1032712 - GazelleBEA [LIVE]