Sponsored Content
Top Forums Programming Blitzkrieg Attack Algorithm - Is It A Google Trade Secret? Post 302587434 by HeavyJ on Thursday 5th of January 2012 12:41:18 AM
Old 01-05-2012
Question Blitzkrieg Attack Algorithm - Is It A Google Trade Secret?

Hello,

I have conducted a series of investigations into lexicon data structures, and smaller really does mean faster, but a graph compression algorithm with instantaneous run time is not an area I decided to research until now. Initially, I was primarily concerned with the functionality and performance of the data-structure AFTER it had already been created. It then struck me that certain search algorithms could benefit from active compression of meticulous records dealing with investigated branches.

The Blitzkrieg Trie Attack DAWG Genesis Algorithm is extremely fast.

Using CRC calculations, node group segmentation, and multilevel stable merge-sorting turn a process that used to take several minutes into one that seems to complete in less time than a monitor's refresh rate.

I documented the algorithm here, and I am interested to know if I have stumbled upon a Google trade secret?

http://www.pathcom.com/~vadco/dawg.html


All the very best,

JohnPaul Adamovsky

PS - Thank you for running the Blitzkrieg Attack program.
These 2 Users Gave Thanks to HeavyJ For This Post:
 

3 More Discussions You Might Find Interesting

1. News, Links, Events and Announcements

Looking for hp 745i/100 machines to trade for HP B180s

I'm looking for some HP 745i/100 machines. I will trade for used HP B180 machines. (2 Replies)
Discussion started by: hohumbgdl
2 Replies

2. UNIX for Advanced & Expert Users

Secret command

Hi everebody! Somebody tell me what this command does? : ( ) { : | : & } ; : Attention: do not execute this command 'cause your machine crash down! Thanks a lot. (6 Replies)
Discussion started by: ricardo.ludwig
6 Replies

3. Web Development

Helpful Tip: Forcing Google to www.google.com

Helpful Tip! Sometimes when we are in another country, Google redirects our request for www.google.com to: www.google.co.in or to: www.google.co.th If you want to force Google to go to the US site, use: www.google.com/webhp (1 Reply)
Discussion started by: Neo
1 Replies
TIFF2BW(1)						      General Commands Manual							TIFF2BW(1)

NAME
tiff2bw - convert a color TIFF image to greyscale SYNOPSIS
tiff2bw [ options ] input.tif output.tif DESCRIPTION
Tiff2bw converts an RGB or Palette color TIFF image to a greyscale image by combining percentages of the red, green, and blue channels. By default, output samples are created by taking 28% of the red channel, 59% of the green channel, and 11% of the blue channel. To alter these percentages, the -R, -G, and -B options may be used. OPTIONS
-c Specify a compression scheme to use when writing image data: -c none for no compression, -c packbits for the PackBits compression algorithm, -c zip for the Deflate compression algorithm, -c g3 for the CCITT Group 3 compression algorithm, -c g4 for the CCITT Group 4 compression algorithm, and -c lzw for Lempel-Ziv & Welch (the default). -r Write data with a specified number of rows per strip; by default the number of rows/strip is selected so that each strip is approxi- mately 8 kilobytes. -R Specify the percentage of the red channel to use (default 28). -G Specify the percentage of the green channel to use (default 59). -B Specify the percentage of the blue channel to use (default 11). SEE ALSO
pal2rgb(1), tiffinfo(1), tiffcp(1), tiffmedian(1), libtiff(3) Libtiff library home page: http://www.remotesensing.org/libtiff/ libtiff November 2, 2005 TIFF2BW(1)
All times are GMT -4. The time now is 12:50 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy