v/vlib
Delyan Angelov 1e750041ee
math.big: reduce memory usage of Integer.str() (free intermediary Integers), optimise some operations using `[direct_array_access]` (#14353)
2022-05-13 10:10:39 +02:00
..
arrays
benchmark
bitfield
builtin fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
cli
clipboard
compress
context
crypto
darwin
datatypes
dl
dlmalloc
encoding
eventbus
flag
fontstash
gg
gx
hash
io fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
js
jsdom
json
log
math math.big: reduce memory usage of Integer.str() (free intermediary Integers), optimise some operations using `[direct_array_access]` (#14353) 2022-05-13 10:10:39 +02:00
mssql
mysql
net
orm fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
os
pg
picoev
picohttpparser
rand fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
readline
regex
runtime
semver
sokol
sqlite
stbi
strconv
strings
sync
szip
term
time fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
toml
v
vweb fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
x
.vdocignore
README.md

README.md

vlib Documentation

vlib is the term for all modules included by default with V and maintained as part of the V source code repository.

Some included modules depend on third party libraries, and these are kept separate in the thirdparty directory at the root level of the source repository.