Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
cqt /
node_modules /
reusify /
benchmarks /
[ HOME SHELL ]
Name
Size
Permission
Action
createNoCodeFunction.js
590
B
-rw-r--r--
fib.js
177
B
-rw-r--r--
reuseNoCodeFunction.js
713
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : reuseNoCodeFunction.js
'use strict' var reusify = require('../') var fib = require('./fib') var instance = reusify(MyObject) var max = 100000000 var start = Date.now() function reuseNoCodeFunction () { var obj = instance.get() obj.num = 100 obj.func() obj.num = 0 instance.release(obj) } function MyObject () { this.next = null var that = this this.num = 0 this.func = function () { /* eslint no-constant-condition: "off" */ if (null) { // do nothing } else { fib(that.num) } } } for (var i = 0; i < max; i++) { reuseNoCodeFunction() } var time = Date.now() - start console.log('Total time', time) console.log('Total iterations', max) console.log('Iteration/s', max / time * 1000)
Close