Name: | libguess |
---|---|
Version: | 1.2 |
Release: | 3.el7 |
Architecture: | aarch64 |
Group: | System Environment/Libraries |
Size: | 86191 |
License: | BSD |
RPM: | libguess-1.2-3.el7.aarch64.rpm |
Source RPM: | libguess-1.2-3.el7.src.rpm |
Build Date: | Fri May 25 2018 |
Build Host: | ca-buildarm04.us.oracle.com |
Vendor: | Oracle America |
URL: | http://rabbit.dereferenced.org/~nenolod/distfiles/ |
Summary: | High-speed character set detection library |
Description: | libguess employs discrete-finite automata to deduce the character set of the input buffer. The advantage of this is that all character sets can be checked in parallel, and quickly. Right now, libguess passes a byte to each DFA on the same pass, meaning that the winning character set can be deduced as efficiently as possible. libguess is fully reentrant, using only local stack memory for DFA operations. |