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 to test the initialization performance of C # array

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

Share

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

This article mainly introduces "how to test the initialization performance of C # array". In the daily operation, I believe that many people have doubts about how to test the initialization performance of C # array. I have consulted all kinds of data and sorted out simple and easy-to-use operation methods. I hope it will be helpful to answer the doubt of "how to test the initialization performance of C # array". Next, please follow the editor to study!

C # array initialization

Recently I have been writing data compression programs, often using arrays. All elements of the C # array need to be zeroed at some point. Because C# does not provide the memset () method. So the following tests were carried out.

The main procedure part:

Static void Main (string [] args) {int iPowerk; double p = 0; DateTime s, e; byte [] test = new byte [65536]; byte [] test2 = new byte [65536]; for (int I = 0; I < 10; iMagnum +) {s = DateTime.Now; for (jack0; j)

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