Code Monkey home page Code Monkey logo

ilc's People

Contributors

tilpner avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ilc's Issues

Proper statistics

Don't use a fixed, but arbitrary, output format. Consider outputting result as JSON as input for a templating engine.

Additional statistics: Log coverage (visualization?), inter-nick highlight frequencies (graph with nicks as nodes?)

Proper n-way merging

Currently, merging n logs is often done by concatenating all of them,
sorting the whole thing, then deduplicating everything.

This is functional, but inefficient and not very pretty.

Most of the time, all these logs are individually sorted, and we're only
sorting them again because there's no proper merge operation
implemented.

Ideally, ilc can merge n logs in a single pass with constant memory usage.

Automatic testing

Currently, only compilation is tested, but after the refactoring features should be easier to test

Sample logs might have to be produced for each format.

Get rid of nightly

Refactoring energymech and weechat to not use slice_patterns would be enough to use stable and avoid clap-rs compilation catastrophes

Documented binary format

Add Cap'n Proto based encoding/decoding functionality.

Space efficiency is a non-goal.
Serialization/deserialization speed, as well as the lossless encoding of the events are goals.

JSONL format

JSONL is well-suited to being processed by other tools, and should be comparatively easy to implement with serde.

Add proper CLI

Currently a lot of recompilation is required in order to use anything. This is unacceptable and should be changed.

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.