Просмотр исходного кода

doc: added a note about in-place sorting

Michele Caini 5 лет назад
Родитель
Сommit
7ab7ebb3f6
1 измененных файлов с 5 добавлено и 2 удалено
  1. 5 2
      docs/md/entity.md

+ 5 - 2
docs/md/entity.md

@@ -532,8 +532,11 @@ one.
 
 ## Sorting: is it possible?
 
-Sorting entities and components is possible with `EnTT`.<br/>
-There are two functions that respond to slightly different needs:
+Sorting entities and components is possible with `EnTT`. In particular, it's
+feasible with an in-place algorithm that doesn't require memory allocations nor
+anything else and is therefore particularly convenient.<br/>
+With this in mind, there are two functions that respond to slightly different
+needs:
 
 * Components can be sorted either directly: