Lamy (surname)

Lamy is a surname. Notable people with the surname include:

A–C

D–I

J–O

  • James Lamy (1928–1992) U.S. bobsledder and Olympic competitor
  • Jason Lamy-Chappuis (born 1986), Franco-American Olympic skier
  • Jean-Baptiste Lamy (1814–1888), French Roman Catholic archbishop
  • Jean-Claude Lamy (born 1941), French writer and journalist
  • Jenny Lamy (born 1949), Australian Olympic sprinter
  • Jerome Lamy (1726–1781), Austrian Benedictine Biblical scholar, writer and educator
  • Joseph Alfred Lamy (Lamy Père; 1850–1919), French archetier (maker of bows for musical string instruments)
  • Lamy Père (see: Joseph Alfred Lamy, above)

P–Z

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.
gollark: I still don't think they're that great for some of the intended uses.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.