David Sherret
|
a7c002ae63
|
chore: enable no-console dlint rule (#25113)
|
2024-08-20 15:14:37 -04:00 |
|
Kenta Moriuchi
|
76f4f202e7
|
chore: update the copyright of c, mjs, and jsx (#25005)
|
2024-08-12 12:41:32 -04:00 |
|
David Sherret
|
7e72f3af61
|
chore: update copyright to 2024 (#21753)
|
2024-01-01 19:58:21 +00:00 |
|
Yiyu Lin
|
a00e432297
|
chore: add copyright_checker tool and add the missing copyright (#17285)
|
2023-01-13 16:51:32 +09:00 |
|
David Sherret
|
10e4b2e140
|
chore: update copyright year to 2023 (#17247)
Yearly tradition of creating extra noise in git.
|
2023-01-02 21:00:42 +00:00 |
|
Divy Srivastava
|
6982c74e11
|
perf: use fast api for io read/write sync (#15863)
```
$ dd if=/dev/zero bs=65536 count=500000 | ./stdio # C baseline
500000+0 records in
500000+0 records out
32768000000 bytes transferred in 4.126087 secs (7941664827 bytes/sec)
c: size 32768000000 reads 500000 blocksize 65536
```
```
$ dd if=/dev/zero bs=65536 count=500000 | deno run stdio.js # Deno
500000+0 records in
500000+0 records out
32768000000 bytes transferred in 4.279032 secs (7657806719 bytes/sec)
deno: size 32768000000 reads 500000 blocksize 65536
```
|
2022-12-02 11:35:18 +05:30 |
|