mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
js: change codegen for match statement, speedup string.split_into_lines (#12157)
This commit is contained in:
@@ -2,7 +2,7 @@ import strings
|
||||
|
||||
type MyInt = int
|
||||
|
||||
const maxn = 1000
|
||||
const maxn = 100000
|
||||
|
||||
fn test_sb() {
|
||||
mut sb := strings.new_builder(100)
|
||||
|
||||
Reference in New Issue
Block a user