Ada.Jass

Results 2 comments of Ada.Jass

`for item in range(100):` ` `` ` `yield from conn.execute(his.insert().values(id=item))` `yield from conn.execute('commit')` well i think this way well more efficient than below: `for i in range(100:` ` `` `yield...

``` const NodeCache = require('node-cache'); const Cache = new NodeCache(); const MAKE_DATA_LENGTH = 100000 function randStr(length) { const characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'; let result = ''; for (let i = 0;...