Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Tag: faster

UTF8_BIN with UTF8_GENERAL_CI. Which sort rule provides faster performance in the MySQL table?

I use the’id’ field – char(22) as the primary key of the MySQL table.
This field is only used to filter unique IDs when adding new users to the table.

For me, it is not important to use utf8

October 15, 2021By Simo Character BIN, Ci, faster, General, in, mysql, performance, provide, rule, table, UTF, UTF8, whichLeave a Comment

C # – Why is AddRange faster than using the Foreach?

var fillData = new List();
for (var i = 0; i fillData.Add(i);
}
var stopwatch1 = new Stopwatch();
stopwatch1.Start();
var autoFill = new List();
autoFill.AddRange(fillData);
stopwatch1.Stop();
var

October 4, 2021By Simo C# addrange, C #, faster, foreach, loop, use, whyLeave a Comment

How to queue a heartbeat to get faster when an enemy is near

IEnumerator heartbeat_function(){ heartbeatsound.play(); delay = vector3.distance(player_position, slender_man_position); //delay = delay / 2 to make it happen twice as much //delay = delay * 2 to

October 2, 2021By Simo Monitoring enemy, faster, Heartbeat, queueLeave a Comment

Performance – prove faster development machine

I think quantifying productivity gains (extra working hours) is the most effective way to achieve this goal.

My point is: I have one at home Fast machine, and slow work speed. My estimate is

October 2, 2021By Simo Performance Certification, Development, faster, Machine, performanceLeave a Comment

Hardware – How to make my HP server faster?

I have an HP ProLiant DL370 G6 server, and I use it as a workstation. It takes 60 seconds to restart and cold start before using a discrete Radeon HD6xxx GPU for screen release. Should I What can b

September 24, 2021By Simo Motherboard faster, Hardware, How, my HP, server, startupLeave a Comment

Why is the key value to NOSQL DB faster than a traditional relational database

I have suggested that I investigate the Key/Value data system to replace the relational database I have been using.

What I don’t know much about is how to improve query efficiency. From my un

September 21, 2021By Simo Nosql correct, database, DB, faster, key value, NOSQL, relationship, tradition, whyLeave a Comment
Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2025 • ThemeCountry Powered by WordPress