Unique Words "Infinite" Counter for Java (UWICJ) does not need to know the size of the input stream before hand, the stream can be very large and it is not limited by the maximum file length or main memory size.
UWICJ uses a constant size (in the number of words) of the main memory that makes it O(1) bytes in an average case and lets it work with extremely long streams.
UWICJ processing consists of looking up the words in the dictionary and modifying the dictionary. The search part is done concurrently by several threads that allows UWICJ to scale with the number of CPU's. Modification part is done in bulks by a single thread when the limit on the bulk is reached.
UWICJ benefits from the fact that some words are more frequent and it processes such words faster than the others.UWICJ automatically adjusts itself to the changing frequencies of the words so that it preserves its performance benefits.
Please, send your comments and questions to uwicj at yahoo dot com

Project Activity

See All Activity >

Follow Unique Words "Infinite" Counter for Java

Unique Words "Infinite" Counter for Java Web Site

Other Useful Business Software
Our Free Plans just got better! | Auth0 Icon
Our Free Plans just got better! | Auth0

With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of Unique Words "Infinite" Counter for Java!

Additional Project Details

Registered

2012-04-15