Re: [dev-servo] IndexDB project

2015-12-15 Thread James Graham
On 15/12/15 03:20, Shing Lyu wrote: Hi, I'm Shing from the Mozilla Taipei office. I asked Lars for interesting but not urgent (don't want to block critical feature) during the Mozlando workweek, he suggest me to look into IndexDB support. I wonder if anyone can help me with * Split it into smal

Re: [dev-servo] IndexDB project

2015-12-15 Thread Kyle Huey
In the past I've told people that implementing IndexedDB in Servo was of limited value because 1) It's not likely to benefit from Rust in any performance sense. IndexedDB performance issues are almost always either a) object (de/)serialization taking a while on complex object graphs or b) high

Re: [dev-servo] IndexDB project

2015-12-15 Thread Anthony Ramine
> Le 15 déc. 2015 à 04:44, Manish Goregaokar a écrit : > > Apparently SQlite4 has a good kv store included, but nox knows it better > and understands the justification. > > I think firefox uses sqlite (3?); it uses sqlite for everything. In SQLite 4 hides itself a K/V store named LSM. The pro