[Webkit-unassigned] [Bug 175441] New: Make Persistence::Encoder and Persistence::Decoder appropriate for in-memory encoding

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 10 13:54:02 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=175441

            Bug ID: 175441
           Summary: Make Persistence::Encoder and Persistence::Decoder
                    appropriate for in-memory encoding
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: beidson at apple.com

Make Persistence::Encoder and Persistence::Decoder appropriate for in-memory encoding

I'll be needed an in-memory only encoder/decoder in WebCore soon and these classes *almost* hit the mark.
The reason they don't quite hit the mark is the SHA1 functionality with is expensive and unnecessary for bits we're not going to store on disk.

I plan to split out a base class that skips the SHA1'ing but keeps all of the same great template infrastructure.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170810/d8592209/attachment.html>


More information about the webkit-unassigned mailing list