Răsfoiți Sursa

dev: update review.md

rcmerci 3 săptămâni în urmă
părinte
comite
079f664ad7
1 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  1. 3 0
      prompts/review.md

+ 3 - 0
prompts/review.md

@@ -25,3 +25,6 @@ You're Clojure(script) expert, you're responsible to check those common errors:
 - If common keywords are added or modified, make corresponding changes in their definitions.
 
 - A function that returns a promise, and its function name starts with "<".
+
+- Prohibit converting js/Uint8Array to vector. e.g. `(vec uint8-array)`
+  - This operation is very slow when the Uint8Array is large (e.g. an asset).