Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a3ff8529f9698305

Jump to content

Talk:Tkrzw

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 11 years ago by Qwertyus in topic Dubious comparison to SQLite

Mistake

[edit]

Is there a mistake with respect to the numbers? If I want to have 50% filling at most, then 1 million records should be stored in a table with 2 million entries. 6 bytes per record would give a 12MByte table.

Dubious comparison to SQLite

[edit]

and was a multithreaded embedded database manager, comparable in functionality to SQLite[1] (but without an actual SQL implementation)

Very little about this makes sense. SQLite is indeed an embedded database manager, but one that is aggressively single threadded. Saying that something is like SQLite, but multithreaded and lacking an actual SQL implementation is about as sensical as saying something is like an elephant, but bright pink, and tiny. Can anyone get ahold of the cited source to see if there's anything to this claim? PiAndWhippedCream (talk) 21:08, 20 January 2015 (UTC)Reply

It's pretty much straight from the source, IIRC. In any case, both are libraries that manage databases stored as simple files, implement hash tables and B+ trees and have a C API for manipulating databases. (I would personally say Berkeley DB is more similar, but I've gone with what the sources say.) QVVERTYVS (hm?) 17:41, 21 January 2015 (UTC)Reply