View Issue Details

IDProjectCategoryView StatusLast Update
0004679Talerwallet (WebExtension)public2017-05-04 17:10
ReporterFlorian Dold Assigned ToFlorian Dold  
PrioritynormalSeveritytweakReproducibilityhave not tried
Status closedResolutionwon't fix 
Product Version0.0 
Target Version0.3Fixed in Version0.3 
Summary0004679: performance: use js native array instead of base32 strings where applicable
DescriptionRight now we pass around and store a lot of data in base32, when we could use js native arrays.
TagsNo tags attached.

Activities

Florian Dold

2016-11-13 01:37

manager   ~0011471

With the current IndexedDB standard [1], binary data can't be used as an index or primary key. Having both the blob and the string in the DB is ugly. Some browser vendors are starting to support blob-indices at least in their dev channel, but we should wait until this feature is more widely available.

[1] https://www.w3.org/TR/IndexedDB/#key-construct

Christian Grothoff

2017-05-04 17:10

manager   ~0012100

Not supported by all browsers, so no.

Issue History

Date Modified Username Field Change
2016-09-26 13:42 Florian Dold New Issue
2016-09-26 13:42 Florian Dold Status new => assigned
2016-09-26 13:42 Florian Dold Assigned To => Florian Dold
2016-09-26 13:54 Christian Grothoff Severity minor => tweak
2016-09-26 13:54 Christian Grothoff Product Version => 0.0
2016-09-26 14:28 Christian Grothoff Target Version => 0.2
2016-11-13 01:37 Florian Dold Note Added: 0011471
2016-11-14 00:17 Florian Dold Target Version 0.2 => 0.3
2017-01-13 16:08 Christian Grothoff Target Version 0.3 => 0.5
2017-05-04 17:10 Christian Grothoff Status assigned => closed
2017-05-04 17:10 Christian Grothoff Resolution open => won't fix
2017-05-04 17:10 Christian Grothoff Fixed in Version => 0.3
2017-05-04 17:10 Christian Grothoff Target Version 0.5 => 0.3
2017-05-04 17:10 Christian Grothoff Note Added: 0012100
2023-04-13 20:37 Florian Dold Category wallet (WebExtensions) => wallet (WebExtension)