- Go Systems Programming
- Mihalis Tsoukalos
- 111字
- 2021-07-02 18:08:05
About algorithms
Knowing about algorithms and the way they work will definitely help you when you have to manipulate lots of data. Additionally, if you choose to use the wrong algorithm for a given job, you might slow down the entire process and make your software unusable.
Traditional Unix command-line utilities such as awk(1), sed(1), vi(1), tar(1), and cp(1) are great examples of how good algorithms can help, and these utilities can work with files that are much bigger than the memory of a machine. This was extremely important in the early Unix days because the total amount of RAM on a Unix machine then was about 64K or even less!
推薦閱讀
- Embedded Linux Projects Using Yocto Project Cookbook
- Learning Python Web Penetration Testing
- R語言數據分析從入門到精通
- LabVIEW Graphical Programming Cookbook
- Learning Real-time Processing with Spark Streaming
- ASP.NET Core 5.0開發入門與實戰
- PostgreSQL 11從入門到精通(視頻教學版)
- Unity Shader入門精要
- 運用后端技術處理業務邏輯(藍橋杯軟件大賽培訓教材-Java方向)
- Serverless computing in Azure with .NET
- 執劍而舞:用代碼創作藝術
- MINECRAFT編程:使用Python語言玩轉我的世界
- Clojure for Java Developers
- 零基礎輕松學C++:青少年趣味編程(全彩版)
- ASP.NET Core and Angular 2