Why is swift so fast?



Why is swift so fast?..

Answer / Aneek Yadav

Swift is designed to be fast due to several reasons, such as low-level control over memory (similar to C and C++), automatic memory management with ARC (Automatic Reference Counting), optimized standard library, and ahead-of-time compilation.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

can output 5 students using one dimensional array

1 Answers   Intel,


What is c++ used for in games?

1 Answers  


What is decltype c++?

1 Answers  


How important is c++?

1 Answers  


What is diamond problem in c++?

1 Answers  


sir i want to study the c++ course but ino what is the qualification and the study methode please reply more details in c++

1 Answers   NIIT,


In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest.

5 Answers   GE,


What does new in c++ do?

1 Answers  


How do you decide which integer type to use?

1 Answers  


3- Write a program to find larger and smaller of the two numbers.

4 Answers   Luminous,


What is data structure in c++?

1 Answers  


Explain public, protected, private in c++?

1 Answers  


Categories