mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
js: change codegen for match statement, speedup string.split_into_lines (#12157)
This commit is contained in:
parent
cfc56b24fb
commit
22962dd2d2
3 changed files with 57 additions and 25 deletions
|
@ -2,7 +2,7 @@ import strings
|
|||
|
||||
type MyInt = int
|
||||
|
||||
const maxn = 1000
|
||||
const maxn = 100000
|
||||
|
||||
fn test_sb() {
|
||||
mut sb := strings.new_builder(100)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue