Git Product home page Git Product logo

hexviewer's Introduction

HexViewer

Small program for hex viewer.

Usage

HexViewer
Usage: ./HexViewer [OPTIONS] filename

Positionals:
  filename TEXT REQUIRED      Filename

Options:
  -h,--help                   Print this help message and exit
  -t,--theme TEXT             Theme
  -s,--offset INT             Offset
  -l,--length INT             Length
  -n,--no-colors              No colors

Benchmark

Random file:

head -c 100MB < /dev/urandom > randomfile

Result:

VS hexdump:

time ./HexViewer randomfile -t hexdump > hexviewer.txt

real    0m16.504s
user    0m14.203s
sys     0m1.984s

time hexdump -C randomfile > hexviewer.txt

real    0m43.754s
user    0m40.484s
sys     0m2.188s

VS hexyl:

time ./HexViewer randomfile -t hexyl > hexviewer.txt

real    0m39.504s
user    0m27.547s
sys     0m10.516s

time hexyl randomfile > hexviewer.txt

real    1m53.103s
user    0m35.297s
sys     1m15.109s

hexviewer's People

Contributors

meirdev avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  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.