Download Jar. Libraryless. Click here for Pure Java version (8245L/55K).
1 | !7 |
2 | |
3 | p { |
4 | bigDB(); |
5 | BigEntry entry = bigDB_newStringEntry("hello " + randomEnglishWord()); |
6 | dbOff(); |
7 | db(); |
8 | print(entry.text()); |
9 | entry = bigDB_reget(entry); |
10 | entry.setText("now " + randomEnglishWord()); |
11 | print(entry.text()); |
12 | |
13 | print(); |
14 | for (BigEntry e) print(">> " + e.text()); |
15 | } |
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: | 490 / 1176 |
Version history: | 5 change(s) |
Referenced in: | [show references] |