2009 Copa Sony Ericsson Colsanitas – Doubles
Iveta Benešová and Bethanie Mattek were the defending champions, but they chose not to participate this year.
Doubles | |
---|---|
2009 Copa Sony Ericsson Colsanitas | |
Champions | ![]() ![]() |
Runners-up | ![]() ![]() |
Final score | 7–5, 3–6, 10–7 |
Seeds
Nuria Llagostera Vives / María José Martínez Sánchez (Champions) Gisela Dulko / Flavia Pennetta (Final) Edina Gallovits / Barbora Záhlavová-Strýcová (Semifinals) Lourdes Domínguez Lino / Arantxa Parra Santonja (Semifinals)
Draw
Key
- Q = Qualifier
- WC = Wild Card
- LL = Lucky Loser
- Alt = Alternate
- SE = Special Exempt
- PR = Protected Ranking
- ITF = ITF entry
- JE = Junior Exempt
- w/o = Walkover
- r = Retired
- d = Defaulted
gollark: This actually could be useful.
gollark: Also, idea for the binary HTML thing, increase efficiency like this:```rustenum CommonTag { P, H1, // all other common tags in existence}enum CommonAttr { Class, Id, // also all other common HTML attributes}enum Attribute { Common(CommonAttr), Other(String) }enum Tag { Common(CommonTag), Other(String) }struct Html { name: Tag, attributes: Map<Attribute, String>, children: Vec<Html>}```
gollark: Not sure if that corresponds to the URL, which is what you often want, but oh well.
gollark: Hmm, so looking at this you could probably binary-search the titles, at least.
gollark: They seem hard to construct incrementally, not ideal for random access, and FTS is hacked in by having the index stored as "articles" with a weird type code.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.