Skip to content

issues Search Results · repo:anonrig/fast-querystring language:JavaScript

Filter by

10 results
 (77 ms)

10 results

inanonrig/fast-querystring (press backspace or delete to remove)

as in title. swap false and true for boolean. same with numbers.
  • Mupli
  • 4
  • Opened 
    11 days ago
  • #90

I use this lib through Eclypsia. I was hoping it could decode an HTML form with name containing bracket and a key as follow: import { parse } from fast-querystring test( value with key , () = { ...
  • RomainGiraud
  • Opened 
    on Jul 3, 2024
  • #86

Hey @anonrig, huge fan! ;) Just wanted to ask if there is a reason why this package is not being merged to node itself if it is faster and API compatible? Thanks in advance!
  • gurgunday
  • 1
  • Opened 
    on Mar 28, 2024
  • #84

Hi, I understand that the goal of this library is to replace legacy node:querystring and is intended to be used in the Node environment. But the benchmark also runs against other libraries that run on ...
  • baraeb92
  • 1
  • Opened 
    on Jan 12, 2023
  • #41

We should investigate if the size increase is worth the performance gain, that is included in the latest release. Received a feedback [on Twitter](https://twitter.com/grandestatista/status/1612817106688692226?s=61 ...
  • anonrig
  • 7
  • Opened 
    on Jan 10, 2023
  • #40

We should definitely add a command to run benchmarks on every pull request and add a comment for the result
  • anonrig
  • 3
  • Opened 
    on Nov 2, 2022
  • #32

Would be beneficial for the benchmark table to have supporting information such as: - Specs of the machine running the benchmarks - Node version - Run date and time Similar to https://github.com/fastify/benchmarks#benchmarks ...
  • Fdawgs
  • 1
  • Opened 
    on Sep 9, 2022
  • #18

We used to use fast-decode-uri-component instead of decodeURIComponent for decoding path params in the find-my-way before we found a more efficient way to do this. It s just a suggestion, I don t remember ...
  • ivan-tymoshenko
  • 1
  • Opened 
    on Sep 5, 2022
  • #5

@anonrig https://github.com/anonrig/fast-querystring/blob/212c51ce68c4109de4ba1c798bd8008ed17cce9e/lib/parse.js#L44-L45 .replaceAll( + , ) is probably faster than the regex variant. https://github.com/anonrig/fast-querystring/blob/212c51ce68c4109de4ba1c798bd8008ed17cce9e/lib/parse.js#L27 ...
  • leeoniya
  • 1
  • Opened 
    on Sep 5, 2022
  • #2

@anonrig https://github.com/anonrig/fast-querystring/blob/212c51ce68c4109de4ba1c798bd8008ed17cce9e/lib/parse.js#L44-L45 .replaceAll( + , ) is probably faster than the regex variant. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/replaceAll ...
  • leeoniya
  • 2
  • Opened 
    on Sep 5, 2022
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub