Iryna Khokhlova
Iryna Khokhlova is a Ukrainian (until 2014) and Argentine (since 2014) modern pentathlete.[1] Khokhlova was born on 29 January 1990.[2]
Personal information | |||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Born | Amvrosiivka, Ukraine | 29 January 1990||||||||||||||||||||||||||||||||||||||||
Height | 1.67 m (5 ft 6 in) (2012) | ||||||||||||||||||||||||||||||||||||||||
Weight | 61 kg (134 lb; 9.6 st) (2012) | ||||||||||||||||||||||||||||||||||||||||
Sport | |||||||||||||||||||||||||||||||||||||||||
Country | Ukraine (until 2014) Argentina (since 2014) | ||||||||||||||||||||||||||||||||||||||||
Sport | Modern pentathlon | ||||||||||||||||||||||||||||||||||||||||
Medal record
| |||||||||||||||||||||||||||||||||||||||||
Updated on 7 July 2016. |
Career
At the 2012 Summer Olympics, she competed in the women's competition, finishing in 10th place.[3]
She moved to Argentina in 2014.[4] In 2014, she married pentathlete Emmanuel Zapata from Argentina.
She competed for Argentina in the World Cup Series #2 in Cairo in 2015 and at the 2016 Summer Olympics, finishing in 27th place.[5]
gollark: ```nimproc pollTargets(ctx: Ctx) {.async.} = for row in ctx.db.all("SELECT * FROM sites"): var (id, url, rollingTotalPings, rollingSuccessfulPings, rollingLatency, rollingDataSince) = row.unpack((int64, string, int64, int64, int64, Option[Time])) let res = await ctx.pollTarget(url) let threshold = getTime() # drop old data from rolling counters if rollingDataSince.isSome: for row in ctx.db.iterate("SELECT status, latency FROM reqs WHERE timestamp >= ? AND timestamp <= ? AND site = ?", rollingDataSince.get, threshold, id): let (statusRaw, latency) = row.unpack((int, int)) rollingTotalPings -= 1 rollingLatency -= latency if statusRaw <= 0: rollingSuccessfulPings -= 1 # add new data rollingTotalPings += 1 rollingLatency += res.latency if int(res.rtype) <= 0: rollingSuccessfulPings += 1 ctx.db.transaction: ctx.db.exec("UPDATE sites SET rc_total = ?, rc_success = ?, rc_latency = ?, rc_data_since = ? WHERE sid = ?", rollingTotalPings, rollingSuccessfulPings, rollingLatency, threshold, id) ctx.db.exec("INSERT INTO reqs (site, timestamp, status, latency) VALUES (?, ?, ?, ?)", id, getTime(), int(res.rtype), res.latency)```This is the core algorithm.
gollark: Actually, æææææ who even knows.
gollark: The boundary conditions could be wrong on this query.
gollark: Hmm. I think I might know what this is maybe?
gollark: I think that might just have been a bug I introduced by accident.
References
- London2012.com
- "Iryna KHOKHLOVA - Olympic Modern Pentathlon | Argentina". International Olympic Committee. 2016-08-01. Retrieved 2018-07-17.
- "Athlete Profile: Iryna Khokhlova". pentathlon.org. Archived from the original on 17 August 2012. Retrieved 8 September 2012.
- Sport-Express
- "Iryna Khokhlova Bio, Stats, and Results". Olympics at Sports-Reference.com. Archived from the original on 2020-04-18. Retrieved 2019-02-14.
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.