Skip to content

Instantly share code, notes, and snippets.

View Crell's full-sized avatar

Larry Garfield Crell

View GitHub Profile
@Crell
Crell / benchmark.php
Last active December 30, 2020 20:32 — forked from olleharstedt/benchmark.js
Clone benchmark
<?php
const ITERS = 1000000;
class QueryBuilder {
public $select;
public $from;
public $where;
public function withSelect($sel) {