This website works better with JavaScript.
Explore
Help
Register
Sign In
flanchan
/
collect
Watch
1
Star
0
Fork
You've already forked collect
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bc2357c6b6
master
exec
hugetlb
safe-memfd
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'bc2357c6b6'
${ noResults }
collect
/
.gitignore
12 lines
69 B
Raw
Normal View
History
Unescape
Escape
Working primitive, slow, prototype. Fortune for collect's current commit: Small blessing − 小吉
3 years ago
/target
TODO: Find out how to set the length of stdout if possible, so that the consumer of `collect` in a pipeline need only use one syscall splice() to read all the collected data at once, like a file. Fortune for collect's current commit: Curse − 凶
3 years ago
/perf
Working primitive, slow, prototype. Fortune for collect's current commit: Small blessing − 小吉
3 years ago
*~
# Profiling
*.png
*.svg
perf.*
vgcore.*
Fixed tracing causing huge unneeded bottleneck in non `bytes` builds. Fortune for collect's current commit: Future small blessing − 末小吉
3 years ago
collect-*