3v4l.org

run code in 300+ PHP versions simultaneously
<?php $regex = '(?<!<br>)(?<!\s)\s*(\((?:(?:(?!<br>|\(|\)).)*(?:\((?:(?!<br>|\(|\)).)*\))?)*?\))\s*(\{)'; $test_string = '<br> var allowed = true, human_exists = true, stop_computers = false, current_player_number = 1, row_amount = 6, column_amount = 7;<br> function check_board () {<br> computer_number = current_player_number;<br> other_player_number = (computer_number === 1) ? 2 : 1;<br> var board = {};<br> $(""STRING"").each(function () {<br> if ($(this).hasClass(""STRING"" + other_player_number)) {<br> board[this.id] = 1;<br> }<br> else if ($(this).hasClass(""STRING"" + computer_number)) {<br> board[this.id] = 2;<br> }<br> else {<br> board[this.id] = 0;<br> }<br> });<br> board = {""STRING"": JSON.stringify(board), ""STRING"": column_amount, ""STRING"": row_amount};<br> $.ajax ({<br> type: ""STRING"",<br> url: ""STRING"",<br> data: board,<br> success: function (data) {<br> input = board;<br> output = data;<br> board = JSON.parse(data);<br> if (!board[""STRING""] ""SYMBOL""""SYMBOL"" board[""STRING""] === false) {<br> $(""STRING"").html($(""STRING"" + other_player_number + ""STRING"").html());<br> $(""STRING"")[0].style.backgroundColor = (other_player_number === 1) ? ""STRING"": ""STRING"";<br> current_player_number = other_player_number;<br> allowed = true;<br> }<br> else if (board[""STRING""]) {<br> $(""STRING"").html(""STRING"");<br> $(""STRING"").html(""STRING"");<br> $(""STRING"")[0].style.display = ""STRING"";<br> current_player_number = null;<br> }<br> else {<br> if (board[""STRING""] === 1 || board[""STRING""] === ""STRING"") {<br> $(""STRING"").html($(""STRING"" + other_player_number + ""STRING"").html() + ""STRING"");<br> $(""STRING"").html(""STRING"");<br> $(""STRING"")[0].style.display = ""STRING"";<br> $(""STRING"" + other_player_number + ""STRING"").html(parseInt($(""STRING"" + other_player_number + ""STRING"").html(), 10) + 1);<br> }<br> else {<br> $(""STRING"").html($(""STRING"" + computer_number + ""STRING"").html() + ""STRING"");<br> $(""STRING"").html(""STRING"");<br> $(""STRING"")[0].style.display = ""STRING"";<br> $(""STRING"" + computer_number + ""STRING"").html(parseInt($(""STRING"" + computer_number + ""STRING"").html(), 10) + 1);<br> }<br> current_player_number = null;<br> }<br> },<br> fail: function (one, two, three) {<br> console.log(one);<br> console.log(two);<br> console.log(three);<br> }<br> });<br> }<br> function computer_turn_process () {<br> allowed = false;<br> computer_number = current_player_number;<br> other_player_number = (computer_number === 1) ? 2 : 1;<br> var board = {};<br> $(""STRING"").each(function () {<br> if ($(this).hasClass(""STRING"" + other_player_number)) {<br> board[this.id] = 1;<br> }<br> else if ($(this).hasClass(""STRING"" + computer_number)) {<br> board[this.id] = 2;<br> }<br> else {<br> board[this.id] = 0;<br> }<br> });<br> board = {""STRING"": JSON.stringify(board), ""STRING"": true, ""STRING"": column_amount, ""STRING"": row_amount};<br> $.ajax ({<br> type: ""STRING"",<br> url: ""STRING"",<br> data: board,<br> success: function (data) {<br> input = board;<br> output = data;<br> board = JSON.parse(data);<br> for (var index_new = 0;<br> index_new ""SYMBOL"" (row_amount * column_amount);<br> index_new++) {<br> if (board[index_new] === 1) {<br> if (computer_number !== other_player_number) {<br> $(""STRING"" + index_new).removeClass(""STRING"" + computer_number).addClass(""STRING"" + other_player_number);<br> }<br> }<br> else if (board[index_new] === 2) {<br> if (computer_number !== other_player_number) {<br> $(""STRING"" + index_new).removeClass(""STRING"" + other_player_number).addClass(""STRING"" + computer_number);<br> }<br> }<br> }<br> if (!board[""STRING""] ""SYMBOL""""SYMBOL"" board[""STRING""] ""SYMBOL""""SYMBOL"" board[""STRING""] === false) {<br> $(""STRING"").html($(""STRING"" + other_player_number + ""STRING"").html());<br> $(""STRING"")[0].style.backgroundColor = (other_player_number === 1) ? ""STRING"": ""STRING"";<br> current_player_number = other_player_number;<br> if (human_exists) {<br> allowed = true;<br> }<br> else if (!stop_computers) {<br> computer_turn_process ();<br> }<br> }<br> else if (board[""STRING""]) {<br> $(""STRING"").html(""STRING"");<br> $(""STRING"").html(""STRING"");<br> $(""STRING"")[0].style.display = ""STRING"";<br> current_player_number = null;<br> }<br> else {<br> if (board[""STRING""] === 1 || board[""STRING""] === ""STRING"") {<br> $(""STRING"").html($(""STRING"" + other_player_number + ""STRING"").html() + ""STRING"");<br> $(""STRING"").html(""STRING"");<br> $(""STRING"")[0].style.display = ""STRING"";<br> $(""STRING"" + other_player_number + ""STRING"").html(parseInt($(""STRING"" + other_player_number + ""STRING"").html(), 10) + 1);<br> }<br> else {<br> $(""STRING"").html($(""STRING"" + computer_number + ""STRING"").html() + ""STRING"");<br> $(""STRING"").html(""STRING"");<br> $(""STRING"")[0].style.display = ""STRING"";<br> $(""STRING"" + computer_number + ""STRING"").html(parseInt($(""STRING"" + computer_number + ""STRING"").html(), 10) + 1);<br> }<br> current_player_number = null;<br> }<br> },<br> fail: function (one, two, three) {<br> console.log(one);<br> console.log(two);<br> console.log(three);<br> }<br> });<br> }<br> $(""STRING"").each(function () {<br> this.innerHTML = ""STRING"";<br> });<br> function human_and_computer_turns (noclick) {<br> human_exists = true;<br> if ($(""STRING"").val() === ""STRING"") {<br> computer_number = 2;<br> }<br> else {<br> computer_number = 1;<br> }<br> other_player_number = (computer_number === 1) ? 2 : 1;<br> if (noclick !== ""STRING"") {<br> column = Math.floor(this.id % column_amount);<br> if (allowed) {<br> allowed = false;<br> for (var index = column + (column_amount * (row_amount - 1));<br> index ""SYMBOL""= column;<br> index -= column_amount) {<br> if (!$(""STRING"" + index).hasClass(""STRING"" + computer_number) ""SYMBOL""""SYMBOL"" !$(""STRING"" + index).hasClass(""STRING"" + other_player_number)) {<br> $(""STRING"" + index).addClass(""STRING"" + other_player_number);<br> $(""STRING"").html($(""STRING"" + computer_number + ""STRING"").html());<br> current_player_number = computer_number;<br> $(""STRING"")[0].style.backgroundColor = (other_player_number === 1) ? ""STRING"" : ""STRING"";<br> computer_turn_process(computer_number);<br> break;<br> }<br> else if (index === column) {<br> ""COMMENT""allowed = true;<br> }<br> }<br> }<br> }<br> else {<br> allowed = false;<br> computer_turn_process(computer_number);<br> }<br> }<br> function human_only_turns () {<br> human_exists = true;<br> other_player_number = (current_player_number === 1) ? 2 : 1;<br> column = Math.floor(this.id % column_amount);<br> if (allowed) {<br> allowed = false;<br> for (var index = column + (column_amount * (row_amount - 1));<br> index ""SYMBOL""= column;<br> index -= column_amount) {<br> if (!$(""STRING"" + index).hasClass(""STRING"" + current_player_number) ""SYMBOL""""SYMBOL"" !$(""STRING"" + index).hasClass(""STRING"" + other_player_number)) {<br> $(""STRING"" + index).addClass(""STRING"" + current_player_number);<br> check_board();<br> break;<br> }<br> else if (index === column) {<br> ""COMMENT""allowed = true;<br> }<br> }<br> }<br> }<br> function start_game () {<br> if (current_player_number === null) {<br> return false;<br> }<br> $(""STRING"").unbind(""STRING"", human_and_computer_turns);<br> $(""STRING"").unbind(""STRING"", human_only_turns);<br> ""COMMENT""stop_computers = true;<br> if ($(""STRING"").val() === ""STRING"" ""SYMBOL""""SYMBOL"" $(""STRING"").val() === ""STRING"") {<br> allowed = false;<br> human_exists = false;<br> stop_computers = false;<br> computer_turn_process(1);<br> }<br> else if ($(""STRING"").val() === ""STRING"" ""SYMBOL""""SYMBOL"" $(""STRING"").val() === ""STRING"") {<br> allowed = true;<br> $(""STRING"").on(""STRING"", human_only_turns);<br> }<br> else {<br> if ($(""STRING"").val() === ""STRING"") {<br> computer_number = 2;<br> }<br> else {<br> computer_number = 1;<br> }<br> if (current_player_number === computer_number) {<br> allowed = false;<br> human_and_computer_turns(""STRING"");<br> }<br> else {<br> allowed = true;<br> }<br> $(""STRING"").on(""STRING"", human_and_computer_turns);<br> }<br> }<br> $(""STRING"").click(function () {<br> current_player_number = 1;<br> $(""STRING"").each(function () {<br> this.className = ""STRING"";<br> });<br> $(""STRING"").html(""STRING"");<br> $(""STRING"").html($(""STRING"").html());<br> $(""STRING"")[0].style.display = ""STRING"";<br> $(""STRING"")[0].style.backgroundColor = ""STRING"";<br> start_game();<br> });<br> $(""STRING"").on(""STRING"", function (event) {<br> return clean (event, ""STRING"");<br> }).on(""STRING"", function () {<br> this.value = clean_paste (this.value, ""STRING"");<br> $(""STRING"" + this.id).html(this.value.toUpperCase());<br> });<br> $(""STRING"").on(""STRING"", function () {<br> start_game();<br> });<br> $(function () {<br> start_game();<br> });'; echo preg_replace($regex,' $1 $2',$test_string);

Here you find the average performance (time & memory) of each version. A grayed out version indicates it didn't complete successfully (based on exit-code).

VersionSystem time (s)User time (s)Memory (MiB)
8.3.60.0040.01118.56
8.3.50.0050.01321.99
8.3.40.0140.00018.64
8.3.30.0060.00919.01
8.3.20.0070.00020.34
8.3.10.0080.00023.61
8.3.00.0000.00819.38
8.2.180.0110.00418.13
8.2.170.0120.00622.96
8.2.160.0070.00720.48
8.2.150.0050.00224.18
8.2.140.0050.00324.66
8.2.130.0040.00426.16
8.2.120.0000.00722.09
8.2.110.0060.00320.32
8.2.100.0060.00617.72
8.2.90.0080.00017.79
8.2.80.0000.00917.97
8.2.70.0000.00917.50
8.2.60.0050.00317.93
8.2.50.0000.00818.07
8.2.40.0040.00418.34
8.2.30.0040.00418.10
8.2.20.0050.00217.59
8.2.10.0040.00417.94
8.2.00.0030.00917.63
8.1.280.0070.00725.92
8.1.270.0080.00021.98
8.1.260.0040.00426.35
8.1.250.0040.00428.09
8.1.240.0090.00020.88
8.1.230.0120.00020.90
8.1.220.0040.00417.74
8.1.210.0030.00618.90
8.1.200.0040.00717.35
8.1.190.0050.00317.39
8.1.180.0030.00518.10
8.1.170.0030.00618.50
8.1.160.0000.00721.92
8.1.150.0050.00318.55
8.1.140.0040.00417.42
8.1.130.0030.00317.82
8.1.120.0050.00317.41
8.1.110.0000.00817.32
8.1.100.0040.00417.39
8.1.90.0000.00817.44
8.1.80.0020.00517.45
8.1.70.0030.00517.27
8.1.60.0030.00617.53
8.1.50.0030.00617.43
8.1.40.0090.00017.45
8.1.30.0030.00517.54
8.1.20.0040.00417.60
8.1.10.0040.00417.50
8.1.00.0080.00017.45
8.0.300.0040.00420.03
8.0.290.0040.00417.16
8.0.280.0000.00718.47
8.0.270.0070.00017.20
8.0.260.0060.00017.16
8.0.250.0070.00017.05
8.0.240.0040.00416.92
8.0.230.0040.00416.87
8.0.220.0070.00016.83
8.0.210.0030.00516.94
8.0.200.0060.00016.96
8.0.190.0000.00816.98
8.0.180.0050.00516.98
8.0.170.0040.00416.93
8.0.160.0070.00016.95
8.0.150.0070.00016.87
8.0.140.0030.00316.85
8.0.130.0030.00313.37
8.0.120.0080.00016.79
8.0.110.0050.00216.75
8.0.100.0050.00316.95
8.0.90.0000.00716.93
8.0.80.0000.01416.85
8.0.70.0000.00816.93
8.0.60.0040.00416.98
8.0.50.0000.00716.76
8.0.30.0080.01117.10
8.0.20.0110.00817.40
8.0.10.0050.00317.15
8.0.00.0090.00816.66
7.4.330.0030.00315.00
7.4.320.0000.00616.43
7.4.300.0030.00316.55
7.4.290.0070.00016.46
7.4.280.0050.00316.43
7.4.270.0040.00416.44
7.4.260.0030.00316.40
7.4.250.0040.00416.39
7.4.240.0050.00216.47
7.4.230.0030.00316.59
7.4.220.0130.00316.59
7.4.210.0040.01316.65
7.4.200.0080.00016.55
7.4.190.0070.00016.73
7.4.160.0090.00616.55
7.4.150.0080.00817.40
7.4.140.0140.00717.86
7.4.130.0080.01116.47
7.4.120.0050.01216.48
7.4.110.0110.00616.36
7.4.100.0130.00316.61
7.4.90.0070.01316.55
7.4.80.0090.01319.39
7.4.70.0040.01116.32
7.4.60.0100.00716.71
7.4.50.0040.00416.53
7.4.40.0030.01422.77
7.4.30.0100.00716.61
7.4.00.0100.00714.88
7.3.330.0000.00512.96
7.3.320.0050.00013.02
7.3.310.0050.00316.32
7.3.300.0040.00416.25
7.3.290.0070.01316.20
7.3.280.0060.01116.18
7.3.270.0060.01617.40
7.3.260.0140.00316.32
7.3.250.0110.00516.40
7.3.240.0100.01016.43
7.3.230.0060.01016.39
7.3.210.0070.01016.36
7.3.200.0120.00919.39
7.3.190.0060.01816.62
7.3.180.0120.00316.21
7.3.170.0060.01216.58
7.3.160.0070.01016.45
7.3.120.0060.01214.84
7.3.110.0110.00714.91
7.3.100.0090.00314.79
7.3.90.0030.01014.93
7.3.80.0030.00914.79
7.3.70.0060.00614.67
7.3.60.0100.00314.57
7.3.50.0030.01014.61
7.3.40.0030.01214.55
7.3.30.0070.00714.86
7.3.20.0100.00716.61
7.3.10.0120.00316.70
7.3.00.0060.00916.42
7.2.330.0120.00616.61
7.2.320.0110.01116.56
7.2.310.0160.00316.63
7.2.300.0090.00616.53
7.2.290.0030.01416.59
7.2.250.0170.00014.78
7.2.240.0100.01014.66
7.2.230.0040.01414.91
7.2.220.0040.01214.70
7.2.210.0030.00914.75
7.2.200.0070.00714.79
7.2.190.0090.00914.91
7.2.180.0060.01314.96
7.2.170.0030.01014.61
7.2.130.0030.01316.68
7.2.120.0090.00616.76
7.2.110.0080.01016.74
7.2.100.0090.00316.70
7.2.90.0100.00716.70
7.2.80.0120.00516.80
7.2.70.0080.00516.58
7.2.60.0060.01016.67
7.2.50.0090.00716.75
7.2.40.0030.01016.80
7.2.30.0090.00516.71
7.2.20.0070.00716.75
7.2.10.0080.00516.64
7.2.00.0080.00617.64
7.1.330.0090.00615.50
7.1.320.0070.00715.41
7.1.310.0060.00915.46
7.1.300.0060.00915.75
7.1.290.0120.00615.79
7.1.280.0100.00715.54
7.1.270.0060.00915.73
7.1.260.0090.00615.45
7.1.250.0080.00815.46
7.1.240.0080.00515.71
7.1.230.0110.00515.57
7.1.220.0060.00715.75
7.1.210.0080.00515.60
7.1.200.0100.00315.53
7.1.190.0070.00715.56
7.1.180.0030.00615.49
7.1.170.0050.00815.65
7.1.160.0060.00515.70
7.1.150.0090.00315.50
7.1.140.0040.01015.73
7.1.130.0020.01115.65
7.1.120.0050.00915.78
7.1.110.0060.00615.86
7.1.100.0080.00416.39
7.1.90.0020.00815.54
7.1.80.0050.00915.61
7.1.70.0050.01016.07
7.1.60.0100.00716.78
7.1.50.0080.00916.01
7.1.40.0130.00315.63
7.1.30.0060.00615.47
7.1.20.0080.00715.77
7.1.10.0080.00615.65
7.1.00.0060.02917.88
7.0.330.0080.00615.06
7.0.320.0040.01115.11
7.0.310.0120.00215.24
7.0.300.0080.00715.29
7.0.290.0080.00515.06
7.0.280.0080.00515.10
7.0.270.0070.00715.19
7.0.260.0060.00515.43
7.0.250.0050.00815.17
7.0.240.0090.00615.05
7.0.230.0080.00715.21
7.0.220.0050.01015.42
7.0.210.0090.00715.38
7.0.200.0160.00914.95
7.0.190.0090.00315.26
7.0.180.0080.00515.20
7.0.170.0080.00715.29
7.0.160.0060.00515.22
7.0.150.0060.00615.19
7.0.140.0040.03017.56
7.0.130.0070.00415.25
7.0.120.0080.00515.19
7.0.110.0120.00615.09
7.0.100.0080.00915.24
7.0.90.0030.01015.26
7.0.80.0070.00815.29
7.0.70.0060.00815.13
7.0.60.0060.03516.74
7.0.50.0080.03016.22
7.0.40.0100.02115.57
7.0.30.0160.03015.56
7.0.20.0100.03415.51
7.0.10.0030.02115.50
7.0.00.0060.03215.72
5.6.380.0040.00714.15
5.6.370.0060.00514.25
5.6.360.0070.00814.10
5.6.350.0060.00514.04
5.6.340.0030.01014.32
5.6.330.0030.01014.14
5.6.320.0080.00314.12
5.6.310.0060.00714.03
5.6.300.0000.00714.12
5.6.290.0050.00714.06
5.6.280.0070.02816.50
5.6.270.0110.00214.10
5.6.260.0030.00814.19
5.6.250.0090.00614.16
5.6.240.0060.01214.29
5.6.230.0040.01014.09
5.6.220.0020.01013.98
5.6.210.0070.03416.33
5.6.200.0070.03015.44
5.6.190.0050.02116.38
5.6.180.0110.01816.25
5.6.170.0120.02616.28
5.6.160.0030.03516.26
5.6.150.0050.03115.45
5.6.140.0100.02115.34
5.6.130.0050.02015.49
5.6.120.0080.01816.36
5.6.110.0070.01816.41
5.6.100.0060.02216.44
5.6.90.0050.02516.36
5.6.80.0040.03216.19
5.6.70.1590.01716.20
5.6.60.0050.00514.21
5.6.50.0040.00914.10
5.6.40.0020.01214.08
5.6.30.0090.00614.12
5.6.20.0040.00814.19
5.6.10.0090.00313.82
5.6.00.0020.01014.10
5.5.380.0030.01011.00
5.5.370.0040.00411.08
5.5.360.0090.00110.99
5.5.350.0080.02914.18
5.5.340.0070.01313.22
5.5.330.0090.02913.97
5.5.320.0120.02014.21
5.5.310.0080.01714.03
5.5.300.0050.03013.28
5.5.290.0040.03113.40
5.5.280.0020.03614.20
5.5.270.0030.01914.38
5.5.260.0050.03014.35
5.5.250.0060.02614.22
5.5.240.0090.02214.06
5.5.230.0030.00511.01
5.5.220.0040.00411.05
5.5.210.0040.00411.02
5.5.200.0030.00711.02
5.5.190.0050.00410.90
5.5.180.0040.00611.05
5.5.170.0030.00810.86
5.5.160.0040.00610.80
5.5.150.0070.00510.98
5.5.140.0050.00610.93
5.5.130.0010.00811.01
5.5.120.0060.00311.00
5.5.110.0070.00310.87
5.5.100.0060.00510.97
5.5.90.0040.00610.91
5.5.80.0030.00810.99
5.5.70.0010.00711.07
5.5.60.0040.00410.95
5.5.50.0020.00711.07
5.5.40.0030.00610.97
5.5.30.0050.00411.04
5.5.20.0020.01111.11
5.5.10.0060.00610.91
5.5.00.0030.00911.06
5.4.450.0290.02313.85
5.4.440.0330.01813.84
5.4.430.0290.02113.72
5.4.420.0290.00213.80
5.4.410.0080.02013.65
5.4.400.0070.02413.56
5.4.390.0060.02613.57
5.4.380.0090.02113.59
5.4.370.0050.01713.51
5.4.360.0070.01913.53
5.4.350.0070.01411.24
5.4.340.0060.01411.16
5.4.330.0080.00310.88
5.4.320.0030.01811.38
5.4.310.0080.01911.45
5.4.300.0080.01611.52
5.4.290.0060.02211.53
5.4.280.0090.02111.43
5.4.270.0070.02411.50
5.4.260.0140.03311.34
5.4.250.0090.02411.44
5.4.240.0110.02511.42
5.4.230.0050.01911.48
5.4.220.0030.02011.51
5.4.210.0050.01811.37
5.4.200.0090.02111.42
5.4.190.0060.02511.42
5.4.180.0070.01711.42
5.4.170.0060.01411.35
5.4.160.0070.01911.41
5.4.150.0120.02711.30
5.4.140.0050.02211.27
5.4.130.0060.01811.22
5.4.120.0110.04311.30
5.4.110.0080.01711.21
5.4.100.0090.02811.33
5.4.90.0080.02611.19
5.4.80.0090.02511.31
5.4.70.0090.02111.30
5.4.60.0070.02011.30
5.4.50.0050.01811.28
5.4.40.0130.03211.36
5.4.30.0100.02111.29
5.4.20.0040.02611.33
5.4.10.0120.03211.35
5.4.00.0080.03211.07
5.3.290.0040.01911.51
5.3.280.0140.02711.43
5.3.270.0060.03311.39
5.3.260.0120.02311.46
5.3.250.0070.02611.43
5.3.240.0120.03011.39
5.3.230.0050.03011.37
5.3.220.0060.02311.33
5.3.210.0100.03311.31
5.3.200.0080.02311.39
5.3.190.0050.02511.35
5.3.180.0070.02111.49
5.3.170.0070.02311.49
5.3.160.0060.02411.46
5.3.150.0080.04211.43
5.3.140.0070.02311.39
5.3.130.0100.02311.45
5.3.120.0060.02911.49
5.3.110.0050.02311.36
5.3.100.0060.01711.25
5.3.90.0070.01711.28
5.3.80.0030.02211.11
5.3.70.0050.01811.18
5.3.60.0080.03011.16
5.3.50.0060.02711.10
5.3.40.0060.02111.12
5.3.30.0060.02911.15
5.3.20.0040.02611.00
5.3.10.0060.02311.03
5.3.00.0080.03110.97
5.2.170.0090.02610.14
5.2.160.0090.02810.14
5.2.150.0030.01610.14
5.2.140.0030.01510.14
5.2.130.0040.01910.13
5.2.120.0030.01710.13
5.2.110.0100.02510.13
5.2.100.0110.02010.13
5.2.90.0100.03110.13
5.2.80.0110.02910.13
5.2.70.0130.03310.13
5.2.60.0070.01810.11
5.2.50.0120.03610.10
5.2.40.0070.03310.09
5.2.30.0050.02810.08
5.2.20.0150.02610.08
5.2.10.0030.02210.06
5.2.00.0080.02310.01
5.1.60.0030.0129.77
5.1.50.0090.0159.77
5.1.40.0080.0189.76
5.1.30.0120.0329.88
5.1.20.0100.0199.89
5.1.10.0030.0199.79
5.1.00.0050.0169.79
5.0.50.0050.0159.29
5.0.40.0040.0209.24
5.0.30.0070.0289.18
5.0.20.0050.0169.17
5.0.10.0080.0179.16
5.0.00.0040.0319.16
4.4.90.0040.0168.67
4.4.80.0060.0158.66
4.4.70.0010.0148.66
4.4.60.0060.0078.66
4.4.50.0050.0108.67
4.4.40.0040.0148.65
4.4.30.0030.0128.67
4.4.20.0030.0108.70
4.4.10.0030.0118.70
4.4.00.0030.0158.67
4.3.110.0030.0098.64
4.3.100.0050.0108.63
4.3.90.0020.0098.63
4.3.80.0060.0248.61
4.3.70.0050.0088.62
4.3.60.0020.0178.62
4.3.50.0050.0128.62
4.3.40.0040.0278.59
4.3.30.0050.0138.18
4.3.20.0050.0138.17
4.3.10.0040.0208.16
4.3.00.0000.0149.70

preferences:
50.65 ms | 401 KiB | 5 Q