This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const N = 1_000_000; | |
| function map(a, cb) { | |
| const r = Array(a.length); | |
| for (let i = 0; i < a.length; i++) | |
| r[i] = cb(a[i]); | |
| return r; | |
| } | |
| const cb = v => v ** 2; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Maintainer: Felipe Contreras <felipe.contreras@gmail.com> | |
| ## pkginfo | |
| pkgdesc='A fancy custom distribution of Valves Proton with various patches' | |
| pkgname=proton-ge-custom-bin | |
| pkgver=GE_Proton11_5 | |
| pkgrel=1 | |
| epoch=1 | |
| arch=('x86_64' 'aarch64') | |
| license=('BSD' 'LGPL' 'zlib' 'MIT' 'MPL' 'custom') |
OlderNewer