Small. Fast. Reliable.
Choose any three.

Search results 21..30 of 57 for: BINARY

SQLite Copyright
(copyright.html)
 ... Anyone is free to copy, modify, publish, use, compile, sell, or distribute the original SQLite code, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. The previous paragraph ... 
List Of Virtual Tables
(vtablist.html)
2. Virtual Tables  ... The key is the page number and the value is binary page content. sqlite_memstat Provides SQL access to the sqlite3_status64() and sqlite3_db_status() interfaces. sqlite_stmt A table-valued function containing one row for each prepared statement associated with an open database ... 
struct sqlite3_index_info, struct sqlite3_index_constraint, struct sqlite3_index_orderby ... 
 ... A cost of log(N) indicates that the expense of the operation is similar to that of a binary search on a unique indexed field of an SQLite table with N rows. The estimatedRows value is an estimate of the ... 
9. Covering Indexes When doing an indexed lookup of a row, the usual procedure is to do a binary search on the index to find the index entry, then extract the rowid from the index and use that rowid to do a binary ... 
5. Cloning The Complete Development History To clone the entire history of SQLite, first go to the https://www.fossil-scm.org/download.html page and grab a precompiled binary for the Fossil version control program. Or get the source code on the same page and ... 
2. Usage  ... The SQLITE_DBPAGE table allows an application to view or replace the raw binary content of each page of the database file. No attempt is made to interpret the content of the page. Content is returned byte-for-byte as it ... 
3. Limitations  ... Alternately, the --exe NAME flag may be used to specify a remote location for the binary, e.g. --exe /opt/bin/sqlite3_rsync. The replica will be a very close copy of the origin, but not an exact copy. All of ... 
Why SQLite Does Not Use Git
(whynotgit.html)
2.5. Git requires more administrative support  ... In contrast, Fossil is a single standalone binary which is installed by putting it on $PATH. That one binary contains all the functionality of core Git and also GitHub and/or GitLab. It manages a community server with wiki, bug ... 
The SQLite Amalgamation
(amalgamation.html)
2. The SQLite Amalgamation  ... The downside of this is that the additional optimizations often take the form of function inlining which tends to make the size of the resulting binary image larger.
3. Why Isn't SQLite Coded In A "Safe" Language?  ... Rust needs to pick up the necessary tooling that enables one to do 100% branch coverage testing of the compiled binaries. Rust needs a mechanism to recover gracefully from OOM errors. Rust needs to demonstrate that it can do the ... 

123456

Page generated by FTS5 in about 48.71 ms.