Allison (surname)

Allison is a surname of English and Scottish origin.[2][3]

Allison
Origin
Region of originScotland, England
Other names
Variant form(s)Allison, Alison, Alinson, Allinson, McAllister, MacAllister, Ellison[1]

When used as a given name it is traditionally masculine,[2] as opposed to the feminine name Alison.

Alison, variant form Alizon, is a surname of French origin.[4]

With the many variants of spelling through history, as well as the likelihood of phonetic spelling changes and variations through time; names such as Alison Allason, Ellison, Allyson, Alasoune, Allinson and in some cases McAllister have been found to be interchangeable and variants of the different families using the same family name of 'Allison'.

Origins

The surname was first recorded in England in 1248, when a "William Alisun" is recorded in the Documents of the Abbey of Bee in Buckinghamshire. In Scotland, the earliest record dates from 1296, when "Patrick Alissone, Count of Berwick" paid homage to the ruling council of Scotland in the absence of a proclaimed king.[1]

List of people with the surname

Alison
Allison
Allyson
gollark: Pretty much all of the algorithms reduced size by ~50% or so and the difference is maybe 5% or so between them all, so this is definitely premature optimization, but bees?
gollark: I tested four different compression algorithms and brotli did fairly well; I would have used zstandard but the node bindings for it are awful, and brotli actually did do better on small inputs.
gollark: For example, it stores created/updated timestamps in a way which allows them to be looked up more quickly, makes it faster to look up the latest revision of stuff, allows me to do compression (I implemented brotli compression to reduce storage requirements a lot), and allows revisions to have data and represent stuff other than "the page content changed".
gollark: The new version *is* better, even if it involves something like 70 lines more code.
gollark: I've reworked minoteaur's design a bit again because productivity is BEES and happens to other people.```sqlCREATE TABLE pages ( id INTEGER PRIMARY KEY, name TEXT NOT NULL, updated INTEGER NOT NULL, content TEXT NOT NULL);``` I went from that small and thus uncool database thingy to this:```sqlCREATE TABLE versions ( vuuid TEXT PRIMARY KEY COLLATE BINARY, rawSize INTEGER NOT NULL, encoding TEXT, data BLOB NOT NULL);CREATE TABLE pages ( title TEXT PRIMARY KEY, created INTEGER NOT NULL, updated INTEGER NOT NULL, latestVersion TEXT NOT NULL REFERENCES versions(vuuid));CREATE TABLE revisions ( ruuid TEXT PRIMARY KEY COLLATE BINARY, page TEXT NOT NULL REFERENCES pages(title), timestamp INTEGER NOT NULL, type TEXT NOT NULL, data TEXT NOT NULL, -- JSON version TEXT NOT NULL REFERENCES versions(vuuid));CREATE INDEX revisions_page_ix ON revisions(page);```

See also

References

  1. "Allison Family Crest and History". Retrieved 2013-06-02.
  2. Allison – Name Meaning and Origin Ancestry.com
  3. "Surname Database: Allison Last Name Origin". Retrieved 2013-06-02.
  4. Albert Dauzat, Noms et prénoms de France, Librairie Larousse 1980, édition revue et commentée par Marie-Thérèse Morlet. p. 6a.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.