time-to-botec

Benchmark sampling in different programming languages
Log | Files | Refs | README

bytes_per_element.json (343B)


      1 {
      2 	"binary": 1,
      3 	"bool": 1,
      4 	"complex64": 8,
      5 	"complex128": 16,
      6 	"float16": 2,
      7 	"bfloat16": 2,
      8 	"float32": 4,
      9 	"float64": 8,
     10 	"float128": 16,
     11 	"generic": null,
     12 	"int8": 1,
     13 	"int16": 2,
     14 	"int32": 4,
     15 	"int64": 8,
     16 	"int128": 16,
     17 	"int256": 32,
     18 	"uint8": 1,
     19 	"uint8c": 1,
     20 	"uint16": 2,
     21 	"uint32": 4,
     22 	"uint64": 8,
     23 	"uint128": 16,
     24 	"uint256": 32
     25 }