Received: from mail-wi0-f185.google.com ([209.85.212.185]:33703) by stodi.digitalkingdom.org with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.80.1) (envelope-from ) id 1Yft1s-0004Tg-42; Wed, 08 Apr 2015 09:40:42 -0700 Received: by wiwh11 with SMTP id h11sf17256773wiw.0; Wed, 08 Apr 2015 09:40:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=20120806; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:x-original-sender:x-original-authentication-results :reply-to:precedence:mailing-list:list-id:list-post:list-help :list-archive:sender:list-subscribe:list-unsubscribe; bh=KD0zIzd/7X5OzStxvx91DIlviBXLje77GsNN0zvRp2c=; b=c9cuFfm0xXZpnD7ZkKqSJ3bqwKjfimH+w/Oh/I9J6YjeMGE7vzuDMvrb8yJnb7tL3w aK8mARTCAynIPv0cqC9NpB8Ai7cDNjzMQpcZU5JRVKkfSrSoWJN8KEJ9EBr34lJNGe2f Fy8NZa7QZZdcYKP2xJ4R8fNBRZGVerroyfAlY01OWm9KLuFKpXkdDe7XtenWv0bNdrKr Z0V3rDzUDAOHIpNCtorM2KnAKCJ0gMOyQnBR9yFP4s/rY1EktqMXYAmgMlA8Rs6rfhOY h2+X1NxL9Pr/XiLElEw+D+9esHexPapiSCahpaBc9IMUptcdQ8psZ6SsPUszNq3tWinl 2U8Q== X-Received: by 10.180.24.137 with SMTP id u9mr93269wif.6.1428511233036; Wed, 08 Apr 2015 09:40:33 -0700 (PDT) X-BeenThere: bpfk-list@googlegroups.com Received: by 10.180.10.98 with SMTP id h2ls139564wib.41.gmail; Wed, 08 Apr 2015 09:40:32 -0700 (PDT) X-Received: by 10.180.74.197 with SMTP id w5mr1522574wiv.5.1428511232891; Wed, 08 Apr 2015 09:40:32 -0700 (PDT) Received: from mail-wi0-x236.google.com (mail-wi0-x236.google.com. [2a00:1450:400c:c05::236]) by gmr-mx.google.com with ESMTPS id sf8si653467wic.2.2015.04.08.09.40.32 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Apr 2015 09:40:32 -0700 (PDT) Received-SPF: pass (google.com: domain of gleki.is.my.name@gmail.com designates 2a00:1450:400c:c05::236 as permitted sender) client-ip=2a00:1450:400c:c05::236; Received: by mail-wi0-x236.google.com with SMTP id a2so65863853wia.0 for ; Wed, 08 Apr 2015 09:40:32 -0700 (PDT) X-Received: by 10.194.240.73 with SMTP id vy9mr53137483wjc.41.1428511232818; Wed, 08 Apr 2015 09:40:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.240.197 with HTTP; Wed, 8 Apr 2015 09:40:12 -0700 (PDT) In-Reply-To: <166E1503C5E24261B88E4F7B41741A53@gmail.com> References: <166E1503C5E24261B88E4F7B41741A53@gmail.com> From: Gleki Arxokuna Date: Wed, 8 Apr 2015 19:40:12 +0300 Message-ID: Subject: Re: [bpfk] te sumti detection using PEG To: bpfk-list@googlegroups.com Content-Type: multipart/alternative; boundary=001a11c28c8e97054105133930c9 X-Original-Sender: gleki.is.my.name@gmail.com X-Original-Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of gleki.is.my.name@gmail.com designates 2a00:1450:400c:c05::236 as permitted sender) smtp.mail=gleki.is.my.name@gmail.com; dkim=pass header.i=@gmail.com; dmarc=pass (p=NONE dis=NONE) header.from=gmail.com Reply-To: bpfk-list@googlegroups.com Precedence: list Mailing-list: list bpfk-list@googlegroups.com; contact bpfk-list+owners@googlegroups.com List-ID: X-Google-Group-Id: 972099695765 List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , X-Spam-Score: -1.7 (-) X-Spam_score: -1.7 X-Spam_score_int: -16 X-Spam_bar: - Content-Length: 3140 --001a11c28c8e97054105133930c9 Content-Type: text/plain; charset=UTF-8 2015-04-08 18:15 GMT+03:00 Alex Burka : > this basic functionality requires 60 new rules The number of rules means nothing by itself. Here are two strings: string1 = string2 string3 string4 string5 string6 = string2 string3 string4 string7 Here are three strings: string1 = string8 string5 string6 = string8 string7 string8 = string2 string3 string4 Obviously the second set is better. Probably the size of the whole PEG with all variable names set to a fixed byte length + javascript output having strings with fixed byte length may be a better measurement. -- You received this message because you are subscribed to the Google Groups "BPFK" group. To unsubscribe from this group and stop receiving emails from it, send an email to bpfk-list+unsubscribe@googlegroups.com. To post to this group, send email to bpfk-list@googlegroups.com. Visit this group at http://groups.google.com/group/bpfk-list. For more options, visit https://groups.google.com/d/optout. --001a11c28c8e97054105133930c9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

= 2015-04-08 18:15 GMT+03:00 Alex Burka <durka42@gmail.com>:
this basic functionality requires 60 new rules

The number of rules means nothing by itself.
Here are two strings:
stri= ng1 =3D string2 string3 string4 string5
string6 =3D string2 string3 string4 string7

Here are three strings:
string1 =3D string8 str= ing5
string6 =3D string8 string7
string8 =3D= string2 string3 string4

Obviously the second = set is better.

Probably the size of the whole PEG = with all variable names set to a fixed byte length + javascript output havi= ng strings with fixed byte length may be a better measurement.

--
You received this message because you are subscribed to the Google Groups &= quot;BPFK" group.
To unsubscribe from this group and stop receiving emails from it, send an e= mail to bpfk-list= +unsubscribe@googlegroups.com.
To post to this group, send email to bpfk-list@googlegroups.com.
Visit this group at ht= tp://groups.google.com/group/bpfk-list.
For more options, visit http= s://groups.google.com/d/optout.
--001a11c28c8e97054105133930c9--