Giter Site home page Giter Site logo

timgarvin / copy-cat Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 3 KB

Copies a file twice to compare the runtime (in nanoseconds) of the C functions read()/write() and fread()/fwrite().

C++ 100.00%
c-plus-plus c copy-files runtime linux putty winscp

copy-cat's Introduction

Description

Copy Cat is a C++ program that compares the runtime (in nanoseconds) of the C language functions read()/write() and fread()/fwrite() at different levels of bytes copied. This program makes two separate copies of a file the user specifies that is located in the /temp Linux directory: copy1_<original-filename>.txt using read()/write() and copy2_<original-filename>.txt using fread()/fwrite(). This program also outputs to the screen each step required to copy the file contents, the number of bytes copied, and the runtime for each in nanoseconds. This program is made-from-scratch and does not utilize the C++ Standard Template Library (STL).

Compilation and Execution

  • Compile: g++ copy-cat.cpp -lrt -o copy-cat
  • Run Program: ./copy-cat

Technologies Used

  • C
  • C++
  • Linux
  • PuTTY
  • WinSCP

Notes

  • This program should be compiled and executed in a Linux Operating System environment.

copy-cat's People

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.