gitextract_hlw2gjaz/ ├── .gitignore ├── EncoderDecoderTogether.src.js ├── LICENSE ├── NodeJS/ │ ├── EncoderAndDecoderNodeJS.min.mjs │ ├── EncoderAndDecoderNodeJS.min.module.js │ ├── EncoderAndDecoderNodeJS.src.js │ ├── EncoderAndDecoderNodeJS.src.module.js │ └── build-npm-repository.js ├── README.md ├── encodeInto/ │ ├── NodeJS/ │ │ └── EncoderAndDecoderNodeJS.min.mjs │ ├── README.md │ └── package.json ├── gh-pages/ │ ├── encoderAndDecoderForced.src.js │ ├── hexWorker.js │ ├── index.html │ ├── install-FastestSmallestTextEncoderDecoder-encodeInto.bat │ ├── install-FastestSmallestTextEncoderDecoder-encodeInto.sh │ ├── install-FastestSmallestTextEncoderDecoder-unix.sh │ └── install-FastestSmallestTextEncoderDecoder-windows.bat ├── individual/ │ ├── FastestTextDecoderPolyfill.src.js │ └── FastestTextEncoderPolyfill.src.js ├── package.json └── test/ ├── 1876 The Russian Synodal Bible.txt ├── benchmark.js ├── package.json ├── random-ascii-30000000.txt ├── random-test-30000000.txt ├── test.js └── utils.js