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

15
LINES

< > BotCompany Repo | #1010925 // Test bigDB [OK] - BigDB is a DB greater than RAM

JavaX source code (desktop) [tags: use-pretranspiled] - run with: x30.jar

Download Jar. Libraryless. Click here for Pure Java version (8245L/55K).

!7

p {
  bigDB();
  BigEntry entry = bigDB_newStringEntry("hello " + randomEnglishWord());
  dbOff();
  db();
  print(entry.text());
  entry = bigDB_reget(entry);
  entry.setText("now " + randomEnglishWord());
  print(entry.text());
  
  print();
  for (BigEntry e) print(">> " + e.text());
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1010925
Snippet name: Test bigDB [OK] - BigDB is a DB greater than RAM
Eternal ID of this version: #1010925/6
Text MD5: af62f78556599df1cb470d31351efc0f
Transpilation MD5: de68f02c62b3edf00285b5f6a8e91914
Author: stefan
Category: javax / concepts
Type: JavaX source code (desktop)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-10-08 23:43:56
Source code size: 307 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 345 / 889
Version history: 5 change(s)
Referenced in: [show references]