mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-10-31 21:30:58 +00:00 
			
		
		
		
	LibWeb: Use FlyString for Element tag names
This makes selector matching a lot more efficient, and also reduces the number of strings on the heap.
This commit is contained in:
		
							parent
							
								
									c4a6d6ae9f
								
							
						
					
					
						commit
						7309642ca8
					
				
				
				Notes:
				
					sideshowbarker
				
				2024-07-19 08:10:55 +09:00 
				
			
			Author: https://github.com/awesomekling
Commit: 7309642ca8
			
					 48 changed files with 67 additions and 63 deletions
				
			
		|  | @ -28,7 +28,7 @@ | |||
| 
 | ||||
| namespace Web { | ||||
| 
 | ||||
| HTMLHtmlElement::HTMLHtmlElement(Document& document, const String& tag_name) | ||||
| HTMLHtmlElement::HTMLHtmlElement(Document& document, const FlyString& tag_name) | ||||
|     : HTMLElement(document, tag_name) | ||||
| { | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling