Coder Social home page Coder Social logo

hola / challenge_mail_filter Goto Github PK

View Code? Open in Web Editor NEW
31.0 31.0 16.0 7.71 MB

Hola JS Challenge Winter 2015: Mail Filtering Engine

JavaScript 99.00% CoffeeScript 0.11% Python 0.13% TypeScript 0.16% Makefile 0.01% Shell 0.07% C 0.42% PHP 0.10%

challenge_mail_filter's People

Contributors

feldgendler avatar ziv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

challenge_mail_filter's Issues

All tests are using the same amounts of messages/rules and don't test large rule sets.

I just tried to fix my implementation to pass the correctness tests and I noticed that you does not test large rule sets. All tests were run at 100kร—100 configuration. I believe this does not check scalability of the algorithm design at all. Many fast implementation will fail if you make rule set large enough. This is unfortunate, because I was trying to remove polynomial dependency of rules number in the first place.
Frankly, I thought the scalability was the goal of challenge.

Right way to calculate performance

I think the better is to calculate time per message, not the average of sum.

For example T = t1 + t2/8
Where t2 for 800k messages and t1 for 100k

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.