viest

Results 5 issues of viest

The view data keeps appending causing memory to increase. For example. There is a timed task to send emails, I send 100 emails with different data, the view data length...

```php $userInstance = new User; $value = [ [ 'id' => 1, 'json' => '{}' ] , [ 'id' => 5, 'json' => '{"key":"values"}' ] , ]; $index = 'id';...

Compared to PHP7 json_encode and json_decode, it still has a good performance advantage, so it should be compatible with PHP7.x