Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How many bytes are there in integers in JavaScript

2025-01-29 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces the number of bytes of integers in JavaScript, with a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, let the editor take you to understand it.

In JavaScript, integers have 8 bytes; number memory space share is not specific to specific types, basic variable types use eight bytes of memory, and numbers and integers are stored as 64-bit floating-point numbers, that is, 8 bytes.

The operating environment of this tutorial: windows10 system, javascript1.8.5 version, Dell G3 computer.

How many bytes are there in integers in JavaScript

Let's start with the number type number.

"JavaScript number types are represented by 64-bit floating-point numbers defined by the IEEE754 standard"-excerpt from the Rhino Book

The following picture is the explanation in mdn

Note: the memory space share of number does not distinguish between specific types (Java is differentiated). Integer types (byte, short, int, long) and floating point types (float, double)

Therefore, for numbers only, the memory in the computer is 8Byte, or 8 bytes.

1byte (bytes) = 8bit (bits)

8byte = 64 bit

Extend other data types

The JavaScript basic data type occupies 8 bytes of memory in the computer.

Basic data types: string, number, undefined, boolean, null

Generally speaking, there are 2 bytes in Chinese and 1 byte in English.

Thank you for reading this article carefully. I hope the article "how many bytes are there in JavaScript" shared by the editor will be helpful to you. At the same time, I also hope you will support us and pay attention to the industry information channel. More related knowledge is waiting for you to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report