Buddleja davidii 'Orchid Beauty'

The Buddleja davidii cultivar 'Orchid Beauty' is of unrecorded origin. In the Royal Horticultural Society Buddleja trials held at Wisley, it was found to be the cultivar most attractive to insects, but was unplaced in the public popularity poll. [1]

Buddleja davidii
'Orchid Beauty', Longstock Park, UK
Cultivar'Orchid Beauty'

Description

'Orchid Beauty' leaves

'Orchid Beauty' has a compact rounded habit, growing to a height of 2.5 m. The shrub is distinguished by its long, sweetly scented panicles of clear lavender-pink flowers, occasionally exceeding 0.4 m, however secondary flowering after the initial flush is poor, almost insignificant; the foliage is pale green. [2][3]

Cultivation

'Orchid Beauty' remains in cultivation across Europe and North America, although it is now increasingly difficult to source in the UK. [2] A specimen is grown as part of the NCCPG national collection held by Longstock Park Nursery near Stockbridge, Hampshire, UK.[3] Hardiness: USDA zones 59. [2]

gollark: ```pythonimport collectionsdef do_thing(s): if len(s) == 1: return { s[0]: True } out = {} for i, c in enumerate(s): without = s[:i] + s[i + 1:] things = do_thing(without) out[c] = things return outdef match(r, s): print(r) c = r for i, x in enumerate(s): print(x) try: c = c[x] if c == True: if i + 1 == len(s): return True # full match else: return False # characters remain except KeyError: return False # no match return False # incomplete matchentry = lambda a, b: match(do_thing(a.lower().replace(" ", "")), b.lower().replace(" ", ""))```Here is my entry (pending a port to osmarkslisp™️). This is definitely my entry.
gollark: I wish to use Mathematica in my code. Please install it. DO NOT READ, ubq.
gollark: I have a "great" way to do this which I think takes O(n²) space-time-beeite.
gollark: Perhaps it is also possible to construct some sort of regex/deterministic finite automaton to match things matching anagramatically.
gollark: Bogothings run in O(n!) time mostly. So just make `giveup`'s maximum be `math.factorial(len(remove_whitespace(s)))`.

References

  1. Royal Horticultural Society. (2010). Trials Report 2008-2010 Buddleja davidii and its close hybrids Trials Office, Royal Horticultural Society, Wisley, UK.
  2. Stuart, D. D. (2006). Buddlejas. RHS Plant Collector Guide. Timber Press, Oregon. ISBN 978-0-88192-688-0
  3. Moore, P. (2011). List of Buddleja davidii cultivars held at Longstock Park Nursery, 2011. Longstock Park, UK.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.