From 416b52083d2357b950b3428364bf8e5548d0a23a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Fri, 27 Jan 2017 01:35:08 +0100 Subject: Update README --- README.adoc | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.adoc b/README.adoc index cbfb90f..aae6fef 100644 --- a/README.adoc +++ b/README.adoc @@ -5,7 +5,7 @@ hex files using a set of Lua scripts, colorizing them and showing descriptions on the side. -At the moment the project is still in a very early stage. +At the moment there aren't that many features and we only have a few decoders. image::hex.png[align="center"] @@ -69,16 +69,22 @@ following: - Xterm needs `XTerm*metaSendsEscape: true` for the default bindings to work - urxvt's 'vtwheel' plugin sabotages scrolling +Performance +----------- +While the Lua API has been made considerably easy to write new decoders with, +the design is far from efficient as we make tons of new formatted strings. +Since we need Lua 5.3 features (64-bit integers), LuaJIT can't help us here. + +Similar software +---------------- +https://codisec.com/veles/ can also highlight files but it's not scriptable. + Contributing and Support ------------------------ Use this project's GitHub to report any bugs, request features, or submit pull requests. If you want to discuss this project, or maybe just hang out with the developer, feel free to join me at irc://irc.janouch.name, channel #dev. -Similar software ----------------- -https://codisec.com/veles/ can also highlight files but it's not scriptable. - License ------- 'hex' is written by Přemysl Janouch . -- cgit v1.2.3