1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/runtime
2022-01-05 18:06:08 +02:00
..
README.md docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
runtime_nix.c.v runtime: decrement default cpu amount in nr_jobs (#10841) 2021-07-17 17:07:59 +03:00
runtime_test.v tools: check formatting of more modules with v test-cleancode, colorize v vet output 2021-03-24 12:39:39 +02:00
runtime_windows.c.v tools: check formatting of more modules with v test-cleancode, colorize v vet output 2021-03-24 12:39:39 +02:00
runtime.v all: update copyright year 2022-01-04 12:21:12 +03:00

Description:

runtime provides access to functions describing the current platform:

  • whether it is 32bit or 64bit
  • how many CPUs/cores are available
  • whether the platform is little endian or big endian
  • etc.