Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Quickly reach memory limit
//Write straight to memory using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using System.IO; namespace Rextester { public class Program { public static void Main(string[] args) { using (MemoryStream ms = new MemoryStream()) using (StreamWriter sw = new StreamWriter(ms)) { while(true) sw.Write("test"); } } } }
run
|
edit
|
history
|
help
0
GYT
AdventCode
List, Object, Classes, Function
Dan's Dice
BaseUrl test
tester of xpath
Bubble sort
Sri 19 Sept
Merge two array
t