GoToSocial/vendor/modernc.org/libc
tobi f4b0d76cd4
[performance] Add further indexes to mitigate laggy queries (#586)
* start adding more indexes as a migration

* update sqlite version
2022-05-18 15:58:26 +01:00
..
errno [performance] Add further indexes to mitigate laggy queries (#586) 2022-05-18 15:58:26 +01:00
fcntl [performance] Add further indexes to mitigate laggy queries (#586) 2022-05-18 15:58:26 +01:00
fts [performance] Add further indexes to mitigate laggy queries (#586) 2022-05-18 15:58:26 +01:00
grp [performance] Add further indexes to mitigate laggy queries (#586) 2022-05-18 15:58:26 +01:00
honnef.co/go/netdb [chore] Update bun and sqlite dependencies (#478) 2022-04-24 12:26:22 +02:00
langinfo [performance] Add further indexes to mitigate laggy queries (#586) 2022-05-18 15:58:26 +01:00
limits [performance] Add further indexes to mitigate laggy queries (#586) 2022-05-18 15:58:26 +01:00
netdb [performance] Add further indexes to mitigate laggy queries (#586) 2022-05-18 15:58:26 +01:00
netinet/in [performance] Add further indexes to mitigate laggy queries (#586) 2022-05-18 15:58:26 +01:00
poll [performance] Add further indexes to mitigate laggy queries (#586) 2022-05-18 15:58:26 +01:00
pthread [performance] Add further indexes to mitigate laggy queries (#586) 2022-05-18 15:58:26 +01:00
pwd [performance] Add further indexes to mitigate laggy queries (#586) 2022-05-18 15:58:26 +01:00
signal [performance] Add further indexes to mitigate laggy queries (#586) 2022-05-18 15:58:26 +01:00
stdio [performance] Add further indexes to mitigate laggy queries (#586) 2022-05-18 15:58:26 +01:00
stdlib [performance] Add further indexes to mitigate laggy queries (#586) 2022-05-18 15:58:26 +01:00
sys [performance] Add further indexes to mitigate laggy queries (#586) 2022-05-18 15:58:26 +01:00
termios [performance] Add further indexes to mitigate laggy queries (#586) 2022-05-18 15:58:26 +01:00
time [performance] Add further indexes to mitigate laggy queries (#586) 2022-05-18 15:58:26 +01:00
unistd [performance] Add further indexes to mitigate laggy queries (#586) 2022-05-18 15:58:26 +01:00
utime [performance] Add further indexes to mitigate laggy queries (#586) 2022-05-18 15:58:26 +01:00
uuid [performance] Add further indexes to mitigate laggy queries (#586) 2022-05-18 15:58:26 +01:00
wctype [performance] Add further indexes to mitigate laggy queries (#586) 2022-05-18 15:58:26 +01:00
AUTHORS [chore] Update bun and sqlite dependencies (#478) 2022-04-24 12:26:22 +02:00
CONTRIBUTORS [chore] Update bun and sqlite dependencies (#478) 2022-04-24 12:26:22 +02:00
HACKING update sqlite library -> v1.13.0 2021-09-08 21:12:23 +01:00
LICENSE update sqlite library -> v1.13.0 2021-09-08 21:12:23 +01:00
LICENSE-GO Add SQLite support, fix un-thread-safe DB caches, small performance f… (#172) 2021-08-29 16:41:41 +02:00
Makefile [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
README.md Add SQLite support, fix un-thread-safe DB caches, small performance f… (#172) 2021-08-29 16:41:41 +02:00
capi_darwin_amd64.go [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
capi_darwin_arm64.go [feature] Clean up/uncache remote media (#407) 2022-03-07 11:08:26 +01:00
capi_freebsd_386.go [performance] Add further indexes to mitigate laggy queries (#586) 2022-05-18 15:58:26 +01:00
capi_freebsd_amd64.go [performance] Add further indexes to mitigate laggy queries (#586) 2022-05-18 15:58:26 +01:00
capi_linux_386.go [feature] Clean up/uncache remote media (#407) 2022-03-07 11:08:26 +01:00
capi_linux_amd64.go [feature] Clean up/uncache remote media (#407) 2022-03-07 11:08:26 +01:00
capi_linux_arm.go [feature] Clean up/uncache remote media (#407) 2022-03-07 11:08:26 +01:00
capi_linux_arm64.go [feature] Clean up/uncache remote media (#407) 2022-03-07 11:08:26 +01:00
capi_linux_ppc64le.go [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
capi_linux_riscv64.go [chore] Update bun and sqlite dependencies (#478) 2022-04-24 12:26:22 +02:00
capi_linux_s390x.go [feature] Clean up/uncache remote media (#407) 2022-03-07 11:08:26 +01:00
capi_netbsd_amd64.go [performance] Add further indexes to mitigate laggy queries (#586) 2022-05-18 15:58:26 +01:00
capi_openbsd_amd64.go [feature] Clean up/uncache remote media (#407) 2022-03-07 11:08:26 +01:00
capi_windows_386.go [feature] Clean up/uncache remote media (#407) 2022-03-07 11:08:26 +01:00
capi_windows_amd64.go [feature] Clean up/uncache remote media (#407) 2022-03-07 11:08:26 +01:00
capi_windows_arm64.go [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
ccgo.go Upstep Go dependencies (#340) 2021-12-12 15:47:51 +01:00
dmesg.go update sqlite library -> v1.13.0 2021-09-08 21:12:23 +01:00
etc.go Add SQLite support, fix un-thread-safe DB caches, small performance f… (#172) 2021-08-29 16:41:41 +02:00
fsync.go update sqlite library -> v1.13.0 2021-09-08 21:12:23 +01:00
int128.go Add SQLite support, fix un-thread-safe DB caches, small performance f… (#172) 2021-08-29 16:41:41 +02:00
ioutil_darwin.go [feature] Clean up/uncache remote media (#407) 2022-03-07 11:08:26 +01:00
ioutil_freebsd.go [feature] Clean up/uncache remote media (#407) 2022-03-07 11:08:26 +01:00
ioutil_linux.go [feature] Clean up/uncache remote media (#407) 2022-03-07 11:08:26 +01:00
ioutil_netbsd.go [feature] Clean up/uncache remote media (#407) 2022-03-07 11:08:26 +01:00
ioutil_openbsd.go [feature] Clean up/uncache remote media (#407) 2022-03-07 11:08:26 +01:00
libc.go [feature] Clean up/uncache remote media (#407) 2022-03-07 11:08:26 +01:00
libc32.go Upstep Go dependencies (#340) 2021-12-12 15:47:51 +01:00
libc64.go [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
libc_darwin.go [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
libc_darwin_amd64.go Upstep Go dependencies (#340) 2021-12-12 15:47:51 +01:00
libc_darwin_arm64.go [feature] Clean up/uncache remote media (#407) 2022-03-07 11:08:26 +01:00
libc_freebsd.go [performance] Add further indexes to mitigate laggy queries (#586) 2022-05-18 15:58:26 +01:00
libc_freebsd_386.go [performance] Add further indexes to mitigate laggy queries (#586) 2022-05-18 15:58:26 +01:00
libc_freebsd_amd64.go [feature] Clean up/uncache remote media (#407) 2022-03-07 11:08:26 +01:00
libc_linux.go [chore] Update bun and sqlite dependencies (#478) 2022-04-24 12:26:22 +02:00
libc_linux_386.go Add SQLite support, fix un-thread-safe DB caches, small performance f… (#172) 2021-08-29 16:41:41 +02:00
libc_linux_amd64.go Update dependencies (#333) 2021-11-27 15:26:58 +01:00
libc_linux_arm.go update sqlite library -> v1.13.0 2021-09-08 21:12:23 +01:00
libc_linux_arm64.go Add SQLite support, fix un-thread-safe DB caches, small performance f… (#172) 2021-08-29 16:41:41 +02:00
libc_linux_ppc64le.go [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
libc_linux_riscv64.go [chore] Update bun and sqlite dependencies (#478) 2022-04-24 12:26:22 +02:00
libc_linux_s390x.go Update dependencies (#333) 2021-11-27 15:26:58 +01:00
libc_netbsd.go [performance] Add further indexes to mitigate laggy queries (#586) 2022-05-18 15:58:26 +01:00
libc_netbsd_amd64.go Upstep Go dependencies (#340) 2021-12-12 15:47:51 +01:00
libc_openbsd.go [feature] Clean up/uncache remote media (#407) 2022-03-07 11:08:26 +01:00
libc_openbsd_amd64.go [feature] Clean up/uncache remote media (#407) 2022-03-07 11:08:26 +01:00
libc_unix.go [feature] Clean up/uncache remote media (#407) 2022-03-07 11:08:26 +01:00
libc_windows.go [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
libc_windows_386.go Upstep Go dependencies (#340) 2021-12-12 15:47:51 +01:00
libc_windows_amd64.go Upstep Go dependencies (#340) 2021-12-12 15:47:51 +01:00
libc_windows_arm64.go [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
mem.go update sqlite library -> v1.13.0 2021-09-08 21:12:23 +01:00
mem_brk.go update sqlite library -> v1.13.0 2021-09-08 21:12:23 +01:00
memgrind.go update sqlite library -> v1.13.0 2021-09-08 21:12:23 +01:00
musl_darwin_amd64.go [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
musl_darwin_arm64.go [feature] Clean up/uncache remote media (#407) 2022-03-07 11:08:26 +01:00
musl_freebsd_386.go [performance] Add further indexes to mitigate laggy queries (#586) 2022-05-18 15:58:26 +01:00
musl_freebsd_amd64.go [performance] Add further indexes to mitigate laggy queries (#586) 2022-05-18 15:58:26 +01:00
musl_linux_386.go [feature] Clean up/uncache remote media (#407) 2022-03-07 11:08:26 +01:00
musl_linux_amd64.go [feature] Clean up/uncache remote media (#407) 2022-03-07 11:08:26 +01:00
musl_linux_arm.go [feature] Clean up/uncache remote media (#407) 2022-03-07 11:08:26 +01:00
musl_linux_arm64.go [feature] Clean up/uncache remote media (#407) 2022-03-07 11:08:26 +01:00
musl_linux_ppc64le.go [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
musl_linux_riscv64.go [chore] Update bun and sqlite dependencies (#478) 2022-04-24 12:26:22 +02:00
musl_linux_s390x.go [feature] Clean up/uncache remote media (#407) 2022-03-07 11:08:26 +01:00
musl_netbsd_amd64.go [performance] Add further indexes to mitigate laggy queries (#586) 2022-05-18 15:58:26 +01:00
musl_openbsd_amd64.go [performance] Add further indexes to mitigate laggy queries (#586) 2022-05-18 15:58:26 +01:00
musl_windows_386.go [feature] Clean up/uncache remote media (#407) 2022-03-07 11:08:26 +01:00
musl_windows_amd64.go [feature] Clean up/uncache remote media (#407) 2022-03-07 11:08:26 +01:00
musl_windows_arm64.go [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
nodmesg.go update sqlite library -> v1.13.0 2021-09-08 21:12:23 +01:00
nofsync.go update sqlite library -> v1.13.0 2021-09-08 21:12:23 +01:00
printf.go Update dependencies (#333) 2021-11-27 15:26:58 +01:00
pthread.go Update dependencies (#333) 2021-11-27 15:26:58 +01:00
pthread_all.go [feature] Clean up/uncache remote media (#407) 2022-03-07 11:08:26 +01:00
scanf.go Add SQLite support, fix un-thread-safe DB caches, small performance f… (#172) 2021-08-29 16:41:41 +02:00
sync.go Update dependencies (#333) 2021-11-27 15:26:58 +01:00
watch.go Upstep Go dependencies (#340) 2021-12-12 15:47:51 +01:00

README.md

libc

Package libc provides C-runtime services. Work in progress.

This package is a continuation of the Crt package in modernc.org/crt/v3.

Installation

$ go get [-u] modernc.org/libc

Documentation: godoc.org/modernc.org/libc

Building with make requires the following Go packages

  • github.com/golang/lint/golint
  • github.com/mdempsky/maligned
  • github.com/mdempsky/unconvert
  • honnef.co/go/tools/cmd/unused
  • honnef.co/go/tools/cmd/gosimple
  • github.com/client9/misspell/cmd/misspell