kairx772 / phonebook

sample phonebook program to illustrate the impact of cache miss

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<<<<<<< HEAD

Summary

  • Understand the impact of cache miss
  • Get familiar with the performance analysis tool
  • Realize the software optimizations

Indenting Code

You can use AStyle (Artistic Style) source code indenter to help you auto format your source code. It will for sure not correct all your coding styles but for sure will eliminate most of them. You can download AStyle from this location or install via apt-get:

sudo apt-get install astyle

To format your file you can execute below command:

astyle --style=kr --indent=spaces=4 --indent-switches --suffix=none *.[ch]

Install Git pre-commit hook to check C/C++ source file format

ln -sf ../../scripts/pre-commit.hook .git/hooks/pre-commit

Licensing

phonebook is freely redistributable under the two-clause BSD License. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.

phonebook

sample phonebook program to illustrate the impact of cache miss

d739203c41e177980844ae8897669941a55211d8

About

sample phonebook program to illustrate the impact of cache miss

License:Other


Languages

Language:C 69.6%Language:Shell 14.9%Language:Makefile 11.6%Language:Gnuplot 3.9%