Re: [PATCH] Optimize json_lex_string by batching character copying - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [PATCH] Optimize json_lex_string by batching character copying
Date
Msg-id 1119852.1657554806@sss.pgh.pa.us
Whole thread Raw
In response to Re: [PATCH] Optimize json_lex_string by batching character copying  (Andres Freund <andres@anarazel.de>)
Responses Re: [PATCH] Optimize json_lex_string by batching character copying
List pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> I wonder if we can't abstract this at least a bit better. If we go that route
> a bit further, then add another arch, this code will be pretty much
> unreadable.

IMO, it's pretty unreadable *now*, for lack of comments about what it's
doing and why.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: [PATCH] Optimize json_lex_string by batching character copying
Next
From: Tom Lane
Date:
Subject: Re: automatically generating node support functions